parent
19abfbb98c
commit
a22785e58e
1 changed files with 1 additions and 1 deletions
2
nboard
2
nboard
|
@ -5,7 +5,7 @@ import curses,time,json,sys
|
||||||
|
|
||||||
dataPath = '/home/lickthecheese/nboard/nboard.json'
|
dataPath = '/home/lickthecheese/nboard/nboard.json'
|
||||||
|
|
||||||
allowedChars = "█▒░ `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?"
|
allowedChars = " `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?"
|
||||||
data = {}
|
data = {}
|
||||||
|
|
||||||
def main(stdscr):
|
def main(stdscr):
|
||||||
|
|
Loading…
Reference in a new issue