diff --git a/Canguru/tentandop.py b/Canguru/tentandop.py index a753efa61a62e2464d412e174f35cb0f1d7c34aa..3adcc4d669092af85964f85f235bbf3c91e4b8e3 100755 --- a/Canguru/tentandop.py +++ b/Canguru/tentandop.py @@ -39,7 +39,6 @@ global HighPriority StartTime = 0 HighPriority = 10 TOKEN = 0 -MACHINE_ID = 1 SEND_PORT = 3131 # Porta que o Servidor envia RECV_PORT = 3131 # Porta que o Servidor recebe @@ -192,7 +191,8 @@ if len(sys.argv) > 1: TOKEN = 1 print 'COMECEI COM O TOKEN' StartTime = time.time() - +print 'ID Dessa maquina, escolha entre 1 e 4' +MACHINE_ID = raw_input () print "Ip da proxima maquina" HOST = raw_input() threadServer = threading.Thread(target=server)