Created
May 29, 2013 15:17
-
-
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!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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