diff --git a/src/dashboard.py b/src/dashboard.py index 760fe2a..b640f1d 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -52,7 +52,6 @@ app.config['TEMPLATES_AUTO_RELOAD'] = True # Enable QR Code Generator QRcode(app) -socketio = SocketIO(app) # TODO: use class and object oriented programming