mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
chromagnon ONLY WORKS on WIN--different on Mac & Linux.
This commit is contained in:
parent
04314d2b63
commit
56fe8dd657
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class CacheBlock():
|
|||
|
||||
# Read Magic Number
|
||||
magic = struct.unpack('I', header.read(4))[0]
|
||||
# print("magic number:%s"%hex(magic))
|
||||
if magic == CacheBlock.BLOCK_MAGIC:
|
||||
self.type = CacheBlock.BLOCK
|
||||
header.seek(2, 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue