attempting proxying
This commit is contained in:
2
main.py
2
main.py
@@ -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)
|
||||||
Reference in New Issue
Block a user