Skip to content
Snippets Groups Projects
Commit b264e9fc authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

erro de mandar o token rapido arrumado

parent d95201e3
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,7 @@ def token (): ...@@ -129,6 +129,7 @@ def token ():
tokenMessage.type = str(0) tokenMessage.type = str(0)
msg = tokenMessage.getEmpacotar() msg = tokenMessage.getEmpacotar()
udp.sendto (msg,dest) udp.sendto (msg,dest)
time.sleep(2)
if (TOKEN == 1): if (TOKEN == 1):
#print 'ESTOU COM O TOKEN' #print 'ESTOU COM O TOKEN'
if (not queue.empty()): if (not queue.empty()):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment