summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 868447a..29f4f5c 100644
--- a/api.py
+++ b/api.py
@@ -15,7 +15,7 @@ def api_info():
[ip]/api/on
returns True if the heating is off and False if it is off
"""
-
+ return msg
@app.route("/api/current_temperature")
def api_current_temperature():