From 64cfc4d1b7e327654d38ca4451671f2abb138c42 Mon Sep 17 00:00:00 2001 From: markosbenitez Date: Sat, 30 May 2026 01:07:02 -0300 Subject: [PATCH] =?UTF-8?q?poller.py:=20la=20revisi=C3=B3n=20al=20arrancar?= =?UTF-8?q?=20ahora=20respeta=20=5Fen=5Fhorario=5Fhabitual()=20=E2=80=94?= =?UTF-8?q?=20si=20son=20las=2006:18=20PYT=20no=20revisa=20hasta=20las=200?= =?UTF-8?q?7:00=20health.py:=20el=20watcher=20calcula=20la=20hora=20actual?= =?UTF-8?q?=20en=20America/Asuncion=20antes=20de=20alertar=20=E2=80=94=20f?= =?UTF-8?q?uera=20de=20horario=20h=C3=A1bil=20(noches,=20fines=20de=20sema?= =?UTF-8?q?na)=20no=20manda=20alerta=20aunque=20el=20=C3=BAltimo=20poll=20?= =?UTF-8?q?sea=20de=20hace=20horas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 48fda9f..53307dc 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -5,7 +5,8 @@ "Bash(git commit -m ' *)", "Bash(git checkout *)", "Bash(git commit *)", - "Bash(git merge *)" + "Bash(git merge *)", + "Bash(git remote *)" ] } }