From 1505c9ecb8a55ba389d63919c135c841a5fe3158 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 24 Jul 2021 15:37:16 -0400 Subject: [PATCH] oops, revert broken local change --- nboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nboard b/nboard index e2a56b6..e632a0d 100755 --- a/nboard +++ b/nboard @@ -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 = {}