Skip to content

Commit

Permalink
feat: add restaurant voltti (#56)
Browse files Browse the repository at this point in the history
add restaurant voltti
  • Loading branch information
jkerola authored Sep 2, 2024
1 parent 7ab9825 commit 67f1149
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jmenu/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ def get_explanation(self, lang_code: str = "en"):
SKIPPED_ITEMS = [
"proteiinilisäke",
"Täysjyväriisi",
"Täyshyväriisiä",
"Lämmin kasvislisäke",
"Höyryperunat",
"Keitetyt perunat",
"Tumma pasta",
"Meillä tehty perunamuusi",
"Mashed Potatoes",
Expand All @@ -123,9 +125,9 @@ def get_explanation(self, lang_code: str = "en"):
JamixRestaurant("Foobar", 93077, 69, 84, ["Foobar Salad and soup", "Foobar Rohee"]),
MealdooRestaurant("Julinia", "ravintolajulinia", "uniresta"),
JamixRestaurant("Kerttu", 93077, 70, 118, ["Kerttu lounas"]),
JamixRestaurant("Kylymä", 93077, 48, 92, ["Kylymä Rohee"]),
MealdooRestaurant("Lipasto", "ravintolalipasto", "uniresta"),
JamixRestaurant("Mara", 93077, 49, 111, ["Salad and soup", "Ravintola Mara"]),
JamixRestaurant("Voltti", 93077, 70, 119, ["Voltti lounas"]),
]

MARKERS = [
Expand Down

0 comments on commit 67f1149

Please sign in to comment.