Browse Source

Bug: broadcast sem players

capellaresumo 6 years ago
parent
commit
f121e11387
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tag.py

+ 1 - 1
tag.py

@@ -81,7 +81,7 @@ class TagServer(threading.Thread):
             tag = np.random.choice(r, 1)
             self.tag = tag[0]
             self.paused = False
-        self.brodcast("RUN "+str(self.tag.idd)+","+str(run_time))
+            self.brodcast("RUN "+str(self.tag.idd)+","+str(run_time))
 
     def brodcast(self, msg):
         self.mutex.acquire()