abstracted update functions for stats

This commit is contained in:
luxick
2015-07-26 22:52:29 +02:00
parent 9ebccff1a0
commit ebd649e7a8
5 changed files with 45 additions and 64 deletions

View File

@@ -37,5 +37,5 @@ while True:
if key == ord('q'):
break
elif key < 0:
time.sleep(0.1)
time.sleep(ticklenght)
curses.endwin()