„faceitstalker_docker/app/main.py“ ändern

This commit is contained in:
herz 2022-03-18 14:24:43 +00:00
parent eaf87b24f2
commit b401137d47
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ def get_evererything(steamid):
if __name__ == "__main__":
app.run(host="127.0.0.1", port=8080, debug=True)
#serve(app, host='0.0.0.0', port=8080)
#app.run(host="127.0.0.1", port=8080, debug=True)
serve(app, host='0.0.0.0', port=8080)