diff --git a/wii-pair/daemon.py b/wii-pair/daemon.py index 7557a67..eef1002 100755 --- a/wii-pair/daemon.py +++ b/wii-pair/daemon.py @@ -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)