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