diff --git a/CHANGELOG.md b/CHANGELOG.md index 1308c7f769..f2f5451182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Fixed `script run hf_mfu_amiibo_restore.lua` - broken reference to a dependency. (@CorySolovewicz) - Changed `/client/update_amiibo_tools_lua.py` - updated the output to make things more clear. (@CorySolovewicz) - Changed `/client/lualibs/amiibo_tools.lua` - updated to the most recent data. (@CorySolovewicz) -- Changed `/client/pyscripts/mf_backdoor_dump.py` - fixed output checks to handle whitespace variations. (@robo-w) +- Changed `/client/pyscripts/mf_backdoor_dump.py` - fixed output checks to handle whitespace variations. fixed output of card dump. (@robo-w) ## [Daddy Iceman.4.20469][2025-06-16] diff --git a/client/pyscripts/mf_backdoor_dump.py b/client/pyscripts/mf_backdoor_dump.py index 5e17aa9616..1bdfef49c2 100644 --- a/client/pyscripts/mf_backdoor_dump.py +++ b/client/pyscripts/mf_backdoor_dump.py @@ -41,4 +41,4 @@ else: print(f"Backdoor key {WORKING_KEY} seems to work, dumping data...") print("IMPORTANT: Only data blocks and access bytes can be dumped; keys will be shown as all 0's") - p.console(f"hf mf eview --{sz}", True) + p.console(f"hf mf eview --{sz}", quiet=False)