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

Correct values passed to morse.Reader. #280

Closed AESilky closed 9 months ago

AESilky commented 9 months ago

A named argument name was incorrect, and the value being passed was a string rather than an ENUM. Fixed both issues.

AESilky commented 9 months ago

Closes #279