mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Fix error in lf em 410x read from color_string()
Fix bug in color_string() usage introduced by 35d2f40 (bug #295).
This commit is contained in:
@@ -3135,7 +3135,7 @@ class LFEMRead(ReaderRequiredUnit):
|
||||
|
||||
def on_exec(self, args: argparse.Namespace):
|
||||
data = self.cmd.em410x_scan()
|
||||
print(color_string((TagSpecificType(data[0])), (CG, data[1].hex())))
|
||||
print(f"{TagSpecificType(data[0])}: {color_string((CG, data[1].hex()))}")
|
||||
|
||||
|
||||
@lf_em_410x.command('write')
|
||||
|
||||
Reference in New Issue
Block a user