Revert "allow scp chars for bigmono12"

This reverts commit 795dbad1b1.
This commit is contained in:
vulpine 2020-07-23 20:12:16 +00:00
parent 19abfbb98c
commit a22785e58e
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):