Fix indentation in chksum.py. Added one hwid.
This commit is contained in:
parent
8a43b526de
commit
2668bbcb05
@ -15,7 +15,7 @@ class ChkSum:
|
||||
with open(filename, "rb") as f:
|
||||
while True:
|
||||
block = f.read(blocksize)
|
||||
if len(block) != 0:
|
||||
if len(block) != 0:
|
||||
self.add(block)
|
||||
if print_progress:
|
||||
print(".", end="", flush=True)
|
||||
|
@ -1076,6 +1076,7 @@ DEVICES = {
|
||||
3517: "Approach Z82, Sensor Hub",
|
||||
3519: "Approach G80 ASIA",
|
||||
3526: "Approach Z82",
|
||||
3527: "Approach Z82, Aux",
|
||||
3535: "Captain Marvel APAC",
|
||||
3536: "First Avenger APAC",
|
||||
3537: "Rey APAC",
|
||||
|
Loading…
x
Reference in New Issue
Block a user