You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
it is over
This commit is contained in:
@@ -75,7 +75,7 @@ class Scpk():
|
||||
|
||||
temp_len = len(blobs[-1])
|
||||
if (temp_len % 4) != 0:
|
||||
blobs[-1] = blob[-1] + (b"#" * (0x4 - ((temp_len) % 0x4)))
|
||||
blobs[-1] = blobs[-1] + (b"#" * (0x4 - ((temp_len) % 0x4)))
|
||||
|
||||
# add sizes
|
||||
for l in [len(x) for x in blobs]:
|
||||
|
||||
Reference in New Issue
Block a user