huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 40 forks source link

Cleaner version of chr(stdscr.getch()).upper() #30

Closed cclauss closed 7 years ago

huwwp commented 7 years ago

Doesn't run, renaming imp to inp lets me run it but then pressing 'a' gives.

File "cryptop.py", line 197, in mainc key_pressed = chr(stdscr.getch()).upper() ValueError: chr() arg not in range(0x110000)