From 54c697133cba43eb5811815911e20fa7eec2ecc1 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 2 Jun 2024 11:37:28 +0200 Subject: [PATCH] Continue Flask migration. --- thermostat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/thermostat.py b/thermostat.py index f5c2b70..65d2cad 100644 --- a/thermostat.py +++ b/thermostat.py @@ -10,6 +10,7 @@ import os import sys import datetime import time +import requests # This code has been written for # python3-flask 2.2.2-3 all micro web framework based on Werkzeug and Jinja2 - Python 3.x