and the host

This commit is contained in:
Tanishq Dubey 2024-05-25 20:25:02 -04:00
parent eb647994f8
commit c69356a5d9

View File

@ -241,7 +241,7 @@ if __name__ == "__main__":
thread.start()
# Start Server
app.run(port=8008)
app.run(host='0.0.0.0', port=8008)
thread = threading.Thread(target=background_saver)