From 0e757e1d3822a0adeeb086fbf3e56c20cb1bdb40 Mon Sep 17 00:00:00 2001 From: Gabriel Pérez-Cerezo Date: Tue, 28 Aug 2018 17:27:55 +0200 Subject: Added option for position, radius and distances, more plugins --- mensa/backends/singh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mensa/backends/singh.py') 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 -- cgit v1.2.3