From ce1ff911080f7023a0b1cfc21e3f5af0739c2600 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 9 Dec 2025 15:44:46 -0500 Subject: [PATCH] attempting proxying --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bbb5dbc..12761a6 100644 --- a/main.py +++ b/main.py @@ -45,9 +45,9 @@ def start_background_threads(): broadcaster.start() # Initialize background workers on server start +initializeImages() start_background_threads() if __name__ == '__main__': - initializeImages() app.run(debug=False, host='0.0.0.0', port=5000, threaded=True) \ No newline at end of file