Skip to content

Commit

Permalink
Merge pull request #270 from Huber1/master
Browse files Browse the repository at this point in the history
Add capacity api for some hochschul-canteens
  • Loading branch information
COM8 authored Oct 30, 2024
2 parents e2f475f + 2362b5b commit 94ac7a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __init__(self, long_name: str, location: Location, url_id: int, queue_status
"Mensa Lothstraße",
Location("Lothstraße 13d, München", 48.153989, 11.552424),
431,
None,
"https://api.betterhm.app/v1/capacity/MENSA_LOTHSTR",
OpenHours(("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00")),
)
MENSA_MARTINSRIED = (
Expand All @@ -199,7 +199,7 @@ def __init__(self, long_name: str, location: Location, url_id: int, queue_status
"Mensa Pasing",
Location("Am Stadtpark 20, München", 48.141568, 11.451119),
432,
None,
"https://api.betterhm.app/v1/capacity/MENSA_PASING",
OpenHours(("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00"), ("11:00", "14:00")),
)
MENSA_WEIHENSTEPHAN = (
Expand Down Expand Up @@ -336,7 +336,7 @@ def __init__(self, long_name: str, location: Location, url_id: int, queue_status
"StuCafé Pasing",
Location("Am Stadtpark 20, München", 48.141568, 11.451119),
534,
None,
"https://api.betterhm.app/v1/capacity/STUCAFE_PASING",
OpenHours(("07:45", "16:15"), ("07:45", "16:15"), ("07:45", "16:00"), ("07:45", "16:00"), ("07:45", "14:30")),
)
IPP_BISTRO = (
Expand Down

0 comments on commit 94ac7a9

Please sign in to comment.