fixed
This commit is contained in:
parent
ea700605e8
commit
622d648d31
|
|
@ -94,8 +94,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)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue