feat: /watch --at HH:MM — hora absoluta en Europe/Madrid
Build & Deploy ResearchOwl / build-and-push (push) Successful in 7s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ChemaVX
2026-06-09 13:55:52 +00:00
co-authored by Claude Opus 4.8
parent 4bfd27db2c
commit 41e4e3f5d6
3 changed files with 84 additions and 9 deletions
+1
View File
@@ -44,6 +44,7 @@ class Settings(BaseSettings):
# App
log_level: str = Field("INFO", env="LOG_LEVEL")
timezone: str = Field("Europe/Madrid", env="TIMEZONE")
@property
def allowed_user_ids(self) -> list[int]: