We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ee0aa commit a62531aCopy full SHA for a62531a
wiimotes.py
@@ -26,7 +26,7 @@ def run(self):
26
max_wiimotes = 4
27
while not self.should_stop:
28
if (self.usb_container.devices_count == 0):
29
- print '[' + bcolors.OKBLUE + 'WiimoteSearch' + bcolors.ENDC + '] Looking for wiimotes'
+ print '[' + bcolors.OKBLUE + 'WiimoteSearch' + bcolors.ENDC + '] Looking for wiimotes (Press 1+2)'
30
start = time.time()
31
while (self.usb_container.devices_count < max_wiimotes and time.time() - start <= 60 and not self.should_stop):
32
try:
@@ -76,4 +76,4 @@ def main():
76
wiimote_search.join()
77
print '[' + bcolors.WARNING + 'Main' + bcolors.ENDC + '] Reached end'
78
sys.exit(0)
79
-main()
+main()
0 commit comments