sleep for zero to wait for keyboard interupt as to not corrupt json file

This commit is contained in:
vulpine 2020-07-23 20:18:39 +00:00
parent a22785e58e
commit 82bbfc0922
1 changed files with 1 additions and 1 deletions

2
nboard
View File

@ -89,7 +89,7 @@ def main(stdscr):
#print(str(k)) # debug keycodes
k = stdscr.getkey()
time.sleep(0)
if __name__ == "__main__":