Enabled closing all DB conns at shutdown

This commit is contained in:
CasVT
2025-04-22 23:49:03 +02:00
parent 29b13d53f5
commit 0323205934

View File

@@ -99,7 +99,7 @@ def _main(
finally:
reminder_handler.stop_handling()
# close_all_db()
close_all_db()
if SERVER.start_type is not None:
LOGGER.info("Restarting MIND")