aboutsummaryrefslogtreecommitdiff
path: root/mensa/backends/mathemensa.py
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-08-28 17:27:55 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-08-28 17:27:55 +0200
commit0e757e1d3822a0adeeb086fbf3e56c20cb1bdb40 (patch)
tree5939da7e0eae26f8d7ca48639230cb47874d90e7 /mensa/backends/mathemensa.py
parent81f8785b36a11b98e8bf0051e560e4161d6c50dc (diff)
downloadmensa-0e757e1d3822a0adeeb086fbf3e56c20cb1bdb40.tar.gz
mensa-0e757e1d3822a0adeeb086fbf3e56c20cb1bdb40.tar.bz2
mensa-0e757e1d3822a0adeeb086fbf3e56c20cb1bdb40.zip
Added option for position, radius and distances, more plugins
Diffstat (limited to 'mensa/backends/mathemensa.py')
-rw-r--r--mensa/backends/mathemensa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mensa/backends/mathemensa.py b/mensa/backends/mathemensa.py
index 8f66805..559956d 100644
--- a/mensa/backends/mathemensa.py
+++ b/mensa/backends/mathemensa.py
@@ -13,7 +13,7 @@ from yapsy.IPlugin import IPlugin
class Mathemensa(IPlugin) :
def register_restaurants(self) :
- r = Restaurant("Mathemensa", "Mathemensa", self, "dummy")
+ r = Restaurant("Mathekantine", "Mathekantine", self, "dummy", pos=(52.51388,13.3235066))
register_restaurant(r)
def get_food_items(self, **kwargs) :