mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 15:19:03 +00:00
Some adjustments to make it work on Stretch server
This commit is contained in:
@@ -73,4 +73,4 @@ def get_file_list(website_id):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(port=5001)
|
||||
app.run(port=5001, host="0.0.0.0")
|
||||
|
||||
Reference in New Issue
Block a user