From b264e9fcc5df74cd8409648cbfe8ece8facfb803 Mon Sep 17 00:00:00 2001 From: Fernando Erd <fce15@inf.ufpr.br> Date: Tue, 8 Nov 2016 10:24:05 -0200 Subject: [PATCH] erro de mandar o token rapido arrumado --- Canguru/tentandop.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Canguru/tentandop.py b/Canguru/tentandop.py index 1117803..d8b741e 100755 --- a/Canguru/tentandop.py +++ b/Canguru/tentandop.py @@ -129,6 +129,7 @@ def token (): tokenMessage.type = str(0) msg = tokenMessage.getEmpacotar() udp.sendto (msg,dest) + time.sleep(2) if (TOKEN == 1): #print 'ESTOU COM O TOKEN' if (not queue.empty()): -- GitLab