Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 10, 2020 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f347c2f2d3ea22415e81302ac19d3c89 to your computer and use it in GitHub Desktop.
Save parzibyte/f347c2f2d3ea22415e81302ac19d3c89 to your computer and use it in GitHub Desktop.
if __name__ == "__main__":
create_tables()
"""
Here you can change debug and port
Remember that, in order to make this API functional, you must set debug in False
"""
app.run(host='0.0.0.0', port=8000, debug=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment