Skip to content

Commit 3e7b550

Browse files
Merge pull request #304 from activivan/master
Fix StuCafé Boltzmannstraße
2 parents ef267e8 + e4f5be5 commit 3e7b550

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/entities.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __init__(self, long_name: str, location: Location, url_id: int, queue_status
171171
Location("Boltzmannstraße 19, Garching", 48.268132, 11.672263),
172172
422,
173173
"https://mensa.liste.party/api/",
174-
OpenHours(("11:00", "14:30"), ("11:00", "14:30"), ("11:00", "14:30"), ("11:00", "14:30"), ("11:00", "14:00")),
174+
OpenHours(("10:45", "14:15"), ("10:45", "14:15"), ("10:45", "14:15"), ("10:45", "14:15"), ("10:45", "14:15")),
175175
)
176176
MENSA_LEOPOLDSTR = (
177177
"Mensa Leopoldstraße",
@@ -292,15 +292,15 @@ def __init__(self, long_name: str, location: Location, url_id: int, queue_status
292292
OpenHours(("08:30", "15:00"), ("08:30", "15:00"), ("08:30", "15:00"), ("08:30", "15:00"), ("08:30", "14:00")),
293293
)
294294
STUCAFE_BOLTZMANNSTR = (
295-
"StuCafé Boltzmannstraße",
295+
"StuBistro Boltzmannstraße",
296296
Location(
297297
"Boltzmannstraße 15, Garching",
298298
48.265768,
299299
11.667593,
300300
),
301-
527,
301+
457,
302302
None,
303-
OpenHours(("08:00", "16:00"), ("08:00", "16:00"), ("08:00", "16:00"), ("08:00", "16:00"), ("08:00", "15:00")),
303+
OpenHours(("08:30", "16:30"), ("08:30", "16:30"), ("08:30", "16:30"), ("08:30", "16:30"), ("08:30", "15:00")),
304304
)
305305
STUCAFE_CONNOLLYSTR = (
306306
"StuCafé Connollystraße",

0 commit comments

Comments
 (0)