MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Receive.py 'unexpected keyword' error #279

Closed AESilky closed 9 months ago

AESilky commented 9 months ago

The following occurs when running Receive.py to receive from a wire:

Traceback (most recent call last): File "/Users/esilky/proj/morse/pkWIP/PyKOB/Receive.py", line 109, in myReader = morse.Reader(wpm=text_speed, code_type=code_type, callback=readerCallback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Reader.init() got an unexpected keyword argument 'code_type'