remove Kengur movie from events and add party event type

This commit is contained in:
2024-09-25 01:36:28 +02:00
parent 4a616e0f77
commit 666ce43fa4
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ TYPES_DICT = {
"meeting": ("sastanak", "meeting"),
"conference": ("konferencija", "conference"),
"music": ("svirka", "gig"),
"party": ("zabava", "entertainment"),
}
def load_events(csv_path:str) -> list[dict]: