Skip to content

Commit

Permalink
fix #2013
Browse files Browse the repository at this point in the history
  • Loading branch information
Cereal2nd committed Oct 1, 2014
1 parent 7e97613 commit b5e728d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/domogik/rest/urls/status.py
Expand Up @@ -63,12 +63,7 @@ def api_root():
info["Domogik_release"] = global_version
info["Sources_release"] = src_version

# Configuration
cfg = Loader('mq').load()
mqcfg = dict(cfg[1])

data = {"info" : info,
"mq": mqcfg}
data = {"info" : info}
return 200, data

@urlHandler.route('/map')
Expand Down

0 comments on commit b5e728d

Please sign in to comment.