add TicketBuying Feature
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user