oops, revert broken local change
This commit is contained in:
parent
7c288d91da
commit
1505c9ecb8
1 changed files with 1 additions and 1 deletions
2
nboard
2
nboard
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
import curses,time,json,sys,os,subprocess
|
import curses,time,json,sys,os,subprocess
|
||||||
|
|
||||||
dataPath = '/home/xfnw/.nboard/nboard.json'
|
dataPath = os.path.expanduser('~')+'/.nboard/nboard.json'
|
||||||
|
|
||||||
allowedChars = " `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?"
|
allowedChars = " `~1234567890-=!@#$%^&*()_+qwertyuiop[]\\QWERTYUIOP{}|asdfghjkl;'ASDFGHJKL:\"zxcvbnm,./ZXCVBNM<>?"
|
||||||
data = {}
|
data = {}
|
||||||
|
|
Loading…
Reference in a new issue