Files
ewoooc/services
ogt b3a7909b2b
All checks were successful
CD Pipeline / deploy (push) Successful in 1m29s
fix: add try/except guards to all unprotected Telegram handler functions
- Replace 2 silent `except Exception: pass` with logger.warning in handle_callback
- Wrap _handle_await_callback, _handle_main_menu_callback with top-level try/except (query.answer on error)
- Wrap _handle_complex_ai_response, _handle_simple_ai_response, _enhanced_keyword_matching, _process_await_input with top-level try/except (update.message.reply_text on error)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 19:47:49 +08:00
..