add gig to events

This commit is contained in:
2024-07-07 13:13:51 +02:00
parent e17f94e214
commit 7887c7bb17
2 changed files with 3 additions and 0 deletions

View File

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