Skip to content

Commit

Permalink
Add message for cafetaria Aula
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 20, 2024
1 parent c288b63 commit fd3c1dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions server/scraper/resto/menu_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@ def coupure_2024_nl(_path, original):
"open": True
}

def cafetaria_aula(_path, original):
add_or_append(original, "Cafetaria Aula zal vanaf 21/10 alvast voor twee weken gesloten zijn door overmacht. update via ugent.be/studentenrestaurants.")
return original


def create_changes(root_path):
return [
Expand Down Expand Up @@ -1359,6 +1363,13 @@ def create_changes(root_path):
end=date(2025, 7, 1),
all_days=True
),
ManualChange(
replacer=cafetaria_aula,
resto=["nl-debrug", "nl"],
start=date(2024, 10, 21),
end=date(2025, 11, 3),
all_days=True
),
]


Expand Down

0 comments on commit fd3c1dd

Please sign in to comment.