Skip to content

Commit

Permalink
Update binary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Oct 23, 2023
1 parent ef927af commit cf5b439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrbxm/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class META:
def __init__(self):
self.Data = {}
##end
def deserialize(self, stream: BinaryStream, file: BinaryRobloxFile):
def deserialize(self, stream: BinaryStream, file):
(numEntries,) = stream.unpack("<i")
for i in range(numEntries):
key = stream.read_string()
Expand Down

0 comments on commit cf5b439

Please sign in to comment.