fix: add sleep commented

Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
Omar Sánchez Pizarro
2025-12-01 20:16:12 +01:00
parent b612fcb4ac
commit 5929be384a

View File

@@ -158,7 +158,7 @@ class timenetManager:
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.sendReport()
#sleep(rand)
sleep(rand)
self.updateTime()
data = {
"typ": typ,