Skip to content

Instantly share code, notes, and snippets.

@yavuzKomecoglu
Created May 10, 2018 21:25
Show Gist options
  • Save yavuzKomecoglu/cf4a555c60ab555b7df1b9bf9533607d to your computer and use it in GitHub Desktop.
Save yavuzKomecoglu/cf4a555c60ab555b7df1b9bf9533607d to your computer and use it in GitHub Desktop.
if __name__ == "__main__":
print("START FLASK")
port = int(os.environ.get('PORT', 5000))
app.run(host='0.0.0.0', port=port)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment