From 8013d32efc07e45ba6adbc24808b165c7730a421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 22:46:38 +0100 Subject: [PATCH] added os modual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 1 + 1 file changed, 1 insertion(+) 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__)