Skip to content

Commit

Permalink
Merge pull request #237 from Guyonsteroids/master
Browse files Browse the repository at this point in the history
fix: No menu for StuCafé in der Mensa Garching
  • Loading branch information
COM8 authored Mar 4, 2024
2 parents 459b8c5 + 7341010 commit 82ccadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,13 @@ def __init__(self, long_name: str, location: Location, url_id: int, queue_status
OpenHours(("09:00", "15:00"), ("09:00", "15:00"), ("09:00", "15:00"), ("09:00", "15:00"), ("09:00", "14:00")),
)
STUCAFE_GARCHING = (
"StuCafé in der Mensa Garching",
"StuBistro Garching",
Location(
"Boltzmannstraße 19, Garching",
48.268268,
11.6717,
),
524,
426,
None,
OpenHours(("09:00", "16:00"), ("09:00", "16:00"), ("09:00", "16:00"), ("09:00", "16:00"), ("09:00", "15:00")),
)
Expand Down

0 comments on commit 82ccadc

Please sign in to comment.