attempting proxying

This commit is contained in:
2025-12-09 15:44:46 -05:00
parent fc4c53ac29
commit ce1ff91108

View File

@@ -45,9 +45,9 @@ def start_background_threads():
broadcaster.start() broadcaster.start()
# Initialize background workers on server start # Initialize background workers on server start
initializeImages()
start_background_threads() start_background_threads()
if __name__ == '__main__': if __name__ == '__main__':
initializeImages()
app.run(debug=False, host='0.0.0.0', port=5000, threaded=True) app.run(debug=False, host='0.0.0.0', port=5000, threaded=True)