fix: add sleep commented
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
@@ -158,7 +158,7 @@ class timenetManager:
|
|||||||
rand = utils.numero_aleatorio_con_probabilidad(230, 0.5)
|
rand = utils.numero_aleatorio_con_probabilidad(230, 0.5)
|
||||||
self.addMessage("Esperando %s segundos para %s en un minuto aleatorio" % (rand,conditional_response[int(typ)]["text2"]))
|
self.addMessage("Esperando %s segundos para %s en un minuto aleatorio" % (rand,conditional_response[int(typ)]["text2"]))
|
||||||
self.sendReport()
|
self.sendReport()
|
||||||
#sleep(rand)
|
sleep(rand)
|
||||||
self.updateTime()
|
self.updateTime()
|
||||||
data = {
|
data = {
|
||||||
"typ": typ,
|
"typ": typ,
|
||||||
|
|||||||
Reference in New Issue
Block a user