Dont-Copy-That-Floppy

Results 5 comments of Dont-Copy-That-Floppy

```pytb Traceback (most recent call last): File "bna", line 281, in main() File "C:\Users\Data\AppData\Local\Programs\Python\Python37-32\lib\site-packages\click\core.py", line 764, in __call__ return self.main(*args, **kwargs) File "C:\Users\Data\AppData\Local\Programs\Python\Python37-32\lib\site-packages\click\core.py", line 717, in main rv = self.invoke(ctx)...

Turns out the error isn't about the option values, but the value option. IE, (serial, "secret", secret), the last option is the value option, which is currently a byte array.

Just fyi, your code is hard as shit to follow and debug. I have never seen python be written so hard to follow. Your restore function in http is where...

I mean when I change anything in any of the code inside the directory python-bna, I get zero output change. And when I say your code is hard as shit...

lol, github has thumbs down like facebook. I'll spend some time on it this weekend. It's some call being made in the restore function inside http, and if it's working...