Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 1, 2023
1 parent 75ec8b7 commit 62caaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def parse(file):
with open(file, "rb") as file:
root = BinaryRobloxFile()
root.deserialize(file)
return str(file)
return str(root)
##endwith
##end
##end

0 comments on commit 62caaed

Please sign in to comment.