From a4da36243c1be904770a0d62425ca7877a1ae086 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jan 2022 15:35:51 +0000 Subject: Minor error --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- cgit v1.2.3