sleep for zero to wait for keyboard interupt as to not corrupt json file
This commit is contained in:
parent
a22785e58e
commit
82bbfc0922
1 changed files with 1 additions and 1 deletions
2
nboard
2
nboard
|
@ -89,7 +89,7 @@ def main(stdscr):
|
|||
#print(str(k)) # debug keycodes
|
||||
|
||||
k = stdscr.getkey()
|
||||
|
||||
time.sleep(0)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue