Skip to content

Commit

Permalink
Merge pull request #230 from konrad2002/master
Browse files Browse the repository at this point in the history
update opening hours for Mensa Garching
  • Loading branch information
COM8 authored Jan 30, 2024
2 parents ae774ed + ddda889 commit aeca081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def __init__(self, long_name: str, location: Location, url_id: int, queue_status
Location("Boltzmannstraße 19, Garching", 48.268132, 11.672263),
422,
"https://mensa.liste.party/api/",
OpenHours(("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00")),
OpenHours(("11:00", "14:30"), ("11:00", "14:30"), ("11:00", "14:30"), ("11:00", "14:30"), ("11:00", "14:00")),
)
MENSA_LEOPOLDSTR = (
"Mensa Leopoldstraße",
Expand Down

0 comments on commit aeca081

Please sign in to comment.