diff options
| author | root <root@turin.home> | 2022-01-30 15:35:51 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:35:51 +0000 |
| commit | a4da36243c1be904770a0d62425ca7877a1ae086 (patch) | |
| tree | 69737f22e05e12b1331e7455c21c9e6fa2d70a04 /api.py | |
| parent | 3fd365edd82bf627744e397da30d2bb9e4f76881 (diff) | |
Minor error
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(): |
