oops, revert broken local change

This commit is contained in:
xfnw 2021-07-24 15:37:16 -04:00
parent 7c288d91da
commit 1505c9ecb8

2
nboard
View file

@ -3,7 +3,7 @@
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<>?"
data = {}