README update

This commit is contained in:
2025-10-03 14:45:26 +03:00
parent ceb8e87939
commit 7e5939394d
7 changed files with 47 additions and 57 deletions

View File

@@ -11,3 +11,6 @@ async def on_event_selected(
):
manager.dialog_data["selected_event"] = item_id
await manager.next()
async def change_registration():
...