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