This commit is contained in:
Pk11 2022-09-02 22:43:58 -05:00 committed by GitHub
parent 2d218b633b
commit e22edd3f05

View File

@ -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])