From 2c625c0c6c50562bf646d980a9309075c7e0988e Mon Sep 17 00:00:00 2001 From: binlab Date: Mon, 3 Jun 2024 19:05:16 +0000 Subject: [PATCH] test 2 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 8364505..e3454b4 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,7 @@ async def on_ready(): await send_log(f"hora de inicio: {time.ctime(time.time())}") mensaje_jueves.start() # horario_enviar.start() - mandar_ebau.start() + # mandar_ebau.start() @@ -153,7 +153,7 @@ async def mensaje_jueves(): except Exception as e: await send_log(f"rip. Error: ```{e}```") -@tasks.loop(hours = 1) +# @tasks.loop(hours = 1) async def mandar_ebau(): try: if time.localtime().tm_hour != 6: return