Browse Source

Added stdout flushing

master
klonfish 7 years ago committed by klonfish
parent
commit
287d2cd7b1
  1. 1
      wii-pair/daemon.py

1
wii-pair/daemon.py

@ -73,6 +73,7 @@ class StatusThread(Thread): @@ -73,6 +73,7 @@ class StatusThread(Thread):
print(b1.ljust(colw) + b2)
print(w1.ljust(colw) + w2)
print(p1.ljust(colw) + p2)
sys.stdout.flush()
time.sleep(1)

Loading…
Cancel
Save