summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-30 15:35:51 +0000
committerroot <root@turin.home>2022-01-30 15:35:51 +0000
commita4da36243c1be904770a0d62425ca7877a1ae086 (patch)
tree69737f22e05e12b1331e7455c21c9e6fa2d70a04
parent3fd365edd82bf627744e397da30d2bb9e4f76881 (diff)
Minor error
-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():