add TicketBuying Feature

This commit is contained in:
David Rodenkirchen
2024-09-04 12:44:11 +02:00
parent 5ed1230fde
commit e20ce6b78b
9 changed files with 250 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from src.ez_lan_manager.components.DesktopNavigation import DesktopNavigation
class BasePage(Component):
content: Component
@event.periodic(5)
@event.periodic(60)
async def check_db_conn(self) -> None:
is_healthy = await self.session[DatabaseService].is_healthy()
if not is_healthy: