From 2668bbcb050bac60a4502cd72b7ba5cdafb7a6ff Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Mon, 11 May 2020 16:34:46 +0200 Subject: [PATCH] Fix indentation in chksum.py. Added one hwid. --- grmn/chksum.py | 2 +- grmn/devices.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/grmn/chksum.py b/grmn/chksum.py index 56f09f9..c2a164c 100644 --- a/grmn/chksum.py +++ b/grmn/chksum.py @@ -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) diff --git a/grmn/devices.py b/grmn/devices.py index da6f211..7d67975 100644 --- a/grmn/devices.py +++ b/grmn/devices.py @@ -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",