You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Typo
This commit is contained in:
@@ -496,7 +496,7 @@ class ToolsTales:
|
||||
i += 1
|
||||
|
||||
output += bytes.fromhex("80")
|
||||
elif "unk" in tag.lower:
|
||||
elif "unk" in tag.lower():
|
||||
output += bytes.fromhex(param + "80")
|
||||
else:
|
||||
output += struct.pack("<I", param)
|
||||
|
||||
Reference in New Issue
Block a user