jquast/x84

Xmodem transfer doesnt work

ericolito opened this issue · 0 comments

File "/usr/local/src/x84/x84/default/fbrowse.py", line 185, in download_files
if not send_modem(fin, protocol):
File "x84/bbs/modem.py", line 30, in send_modem
assert protocol in supported_protocols, (protocol, supported_protocols)
AssertionError: (<fbrowse.FileBrowser object at 0x8eb1e0c>, ('xmodem', 'xmodem1k'))