Add database reconnect

This commit is contained in:
Cole Deck
2025-02-18 19:16:38 +00:00
parent e154645972
commit d9454f44d8
5 changed files with 29 additions and 9 deletions

View File

@@ -75,3 +75,4 @@ app = rio.App(
assets_dir=Path(__file__).parent / "assets",
)
#app.run_as_web_server(host='0.0.0.0',port=8000)