major-domo-database/app
Cal Corum b46d8d33ef fix: remove empty finally clauses in custom_commands and help_commands
After removing db.close() calls, 22 finally: blocks were left empty
(12 in custom_commands.py, 10 in help_commands.py), causing
IndentationError at import time. Removed the finally: clause entirely
since connection lifecycle is now handled by the middleware.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 21:30:36 -05:00
..
routers_v3 fix: remove empty finally clauses in custom_commands and help_commands 2026-04-07 21:30:36 -05:00
services fix: invalidate cache after PlayerService write operations (#32) 2026-03-17 16:28:07 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: remove hardcoded fallback password from PostgreSQL connection 2026-03-26 23:15:07 -05:00
dependencies.py Merge branch 'main' into fix/remove-hardcoded-webhook 2026-04-08 02:24:10 +00:00
main.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-04-07 21:30:36 -05:00