From 361c53ef748ac02fc84e52cb2091be8d2bc12daa Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 2 Jun 2024 12:40:23 +0200 Subject: [PATCH] Continue Flask migration. --- thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermostat.py b/thermostat.py index b511832..43c34ee 100644 --- a/thermostat.py +++ b/thermostat.py @@ -13,6 +13,7 @@ from datetime import timezone from datetime import datetime import time import requests +import subprocess # This code has been written for # python3 3.11.2-1+b1 @@ -325,7 +326,6 @@ while True: logging.info("====== Ended successfully ======") -#import subprocess #import argparse #import signal #from threading import Event