diff --git a/app.py b/app.py index 03c5f45..2d6c11d 100644 --- a/app.py +++ b/app.py @@ -627,4 +627,4 @@ def serve_icon(): if __name__ == '__main__': threading.Thread(target=auto_update_ids, daemon=True).start() - socketio.run(app, host='0.0.0.0', port=9000) + socketio.run(app, host='0.0.0.0', port=9000, allow_unsafe_werkzeug=True) diff --git a/monitor.db-shm b/monitor.db-shm new file mode 100644 index 0000000..a0bb87f Binary files /dev/null and b/monitor.db-shm differ diff --git a/monitor.db-wal b/monitor.db-wal new file mode 100644 index 0000000..99e0f91 Binary files /dev/null and b/monitor.db-wal differ