Separate services - app, db, and job #1
|
@ -91,4 +91,4 @@ def save_tokens(access_token, refresh_token, expiration_seconds):
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, port=5000)
|
app.run(host='0.0.0.0', debug=True, port=5000)
|
Loading…
Reference in New Issue
Block a user