summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-02-14 02:02:00 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-02-14 02:02:00 +0100
commitab10b2ae43036067efc106c091c5703db6f8adca (patch)
treeaff418a4e03b13ecc2e61f2e6737eecb4bdd0259
parentb414e5f1ca9738634ce93111bb95dff348ee7e36 (diff)
downloadcurunir-ab10b2ae43036067efc106c091c5703db6f8adca.tar
curunir-ab10b2ae43036067efc106c091c5703db6f8adca.zip
mensa: Temporily disable Wok-Gericht
-rw-r--r--modules/mensa.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/mensa.py b/modules/mensa.py
index d86183a..4867670 100644
--- a/modules/mensa.py
+++ b/modules/mensa.py
@@ -75,7 +75,7 @@ class Module(ModuleBase):
meals = []
pos = 0
- for i in range(0,6):
+ for i in range(0,5):
row = handle_data_row(data, pos)
if not row:
@@ -122,10 +122,10 @@ class Module(ModuleBase):
reply += 'Hauptgericht 2: %s (%s)\n' % meals[3][weekday]
if meals[2][weekday][0]:
reply += 'Vegetarisches Hauptgericht: %s (%s)\n' % meals[2][weekday]
+ #if meals[4][weekday][0]:
+ # reply += 'Wok: %s (%s)\n' % meals[4][weekday]
if meals[4][weekday][0]:
- reply += 'Wok: %s (%s)\n' % meals[4][weekday]
- if meals[5][weekday][0]:
- reply += 'Beilagen: %s (%s)\n' % meals[5][weekday]
+ reply += 'Beilagen: %s (%s)\n' % meals[4][weekday]
return reply