diff --git a/server/app.py b/server/app.py index e66d902..a9f6543 100644 --- a/server/app.py +++ b/server/app.py @@ -4,6 +4,7 @@ import MySQLdb import paho.mqtt.client as mqtt import threading from stupidArtnet import StupidArtnet +import os app = Flask(__name__)