aboutsummaryrefslogtreecommitdiff
path: root/mensa/backends/singh.py
diff options
context:
space:
mode:
Diffstat (limited to 'mensa/backends/singh.py')
-rw-r--r--mensa/backends/singh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mensa/backends/singh.py b/mensa/backends/singh.py
index 844cc9c..393b5da 100644
--- a/mensa/backends/singh.py
+++ b/mensa/backends/singh.py
@@ -10,7 +10,7 @@ from yapsy.IPlugin import IPlugin
class Signh(IPlugin) :
def register_restaurants(self) :
- r = Restaurant("Singh", "Mathe-Café", self, "dummy")
+ r = Restaurant("Singh", "Mathe-Café", self, "dummy", pos=(52.5133727,13.3240049))
register_restaurant(r)
def get_food_items(self, **kwargs) :
s = sys.stderr