allow scp chars for bigmono12

This commit is contained in:
vulpine 2020-07-23 19:59:43 +00:00
parent bfd67ee608
commit 795dbad1b1
1 changed files with 1 additions and 1 deletions

2
nboard
View File

@ -5,7 +5,7 @@ import curses,time,json,sys
dataPath = '/home/lickthecheese/nboard/nboard.json'
allowedChars = " `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?"
allowedChars = "█▒░ `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?"
data = {}
def main(stdscr):