Fix location for Bitlair in the spaceapi :)

This commit is contained in:
Wilco Baan Hofman 2017-12-13 13:11:41 +01:00 committed by root
parent 317d17f78d
commit 90bf1e4324

View file

@ -35,9 +35,9 @@ class StatejsonHandler(tornado.web.RequestHandler):
'spacephone': False, 'spacephone': False,
}, },
'location': { 'location': {
'address': 'Heiligenbergerweg 144b, 3816 AN Amersfoort, The Netherlands', 'address': 'Computerweg 20A, 3821 AB Amersfoort, The Netherlands',
'lat': 52.146196, 'lat': 52.177323,
'lon': 5.405488, 'lon': 5.414782,
}, },
'state': { 'state': {
'open': current_state, 'open': current_state,