Skip to content

Commit

Permalink
fixed a bug in charset assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
fijam committed Jul 7, 2021
1 parent 5472a9b commit 392df31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md-rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def cleanup_exit():
common_set = settings['char_common_set']
lowercase_set = settings['char_lowercase_set']
uppercase_set = settings['char_uppercase_set']
numbers_set = settings['char_uppercase_set']
numbers_set = settings['char_numbers_set']
#unsupported_set = ['[', '\', ']', '^', '{', '|', '}', '~']

# hardware setup
Expand Down

0 comments on commit 392df31

Please sign in to comment.