Skip to content

Instantly share code, notes, and snippets.

@coolgarifTech
Created May 29, 2013 15:17
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 coolgarifTech/5671097 to your computer and use it in GitHub Desktop.
Save coolgarifTech/5671097 to your computer and use it in GitHub Desktop.
Python syntax at the end of the script for firing the API and activating the Flask auto-reloader & debugger (very useful!)
if __name__ == '__main__':
app.debug = True
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment