2
0
Fork 0

add conference type of event

This commit is contained in:
fram3d 2024-05-21 01:56:19 +02:00
parent 08d5f5d75b
commit 182dcec506
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ TYPES_DICT = {
"lighting": ("kratka predavanja", "short talks"),
"movie": ("film", "movie"),
"meeting": ("sastanak", "meeting"),
"conference": ("konferencija", "conference"),
}
def load_events(csv_path:str) -> list[dict]: