fix: Telegram bot token validation fails intermittently (HTTP 404) (#1166)

* fix: Telegram bot token validation fails intermittently (HTTP 404)

* fix: code style

* fix

* fix

* fix

* review fix
This commit is contained in:
Nick Pismenkov
2026-03-15 22:06:33 -07:00
committed by GitHub
parent e81fb7e5cb
commit 81724cad93
4 changed files with 219 additions and 4 deletions
+6
View File
@@ -33,3 +33,9 @@ trace_*.json
# Local Claude Code settings (machine-specific, should not be committed)
.claude/settings.local.json
.worktrees/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd