mirror of
https://gist.github.com/dfd6b31b7d207a5e2308852afba64c9b.git
synced 2025-06-18 16:45:34 -04:00
This commit is contained in:
parent
2d218b633b
commit
e22edd3f05
@ -86,7 +86,6 @@ def checkBanner(banner, fromBackup=False, force=False):
|
||||
start = banner.tell()
|
||||
data = banner.read(0x23C0)
|
||||
if len(data) < 0x840:
|
||||
print("Warn: Failed to read banner")
|
||||
return False
|
||||
|
||||
ver, = unpack("<H", data[:2])
|
||||
|
Loading…
Reference in New Issue
Block a user