Skip to content

Instantly share code, notes, and snippets.

@moredhel
Created September 14, 2017 14:56
Show Gist options
  • Select an option

  • Save moredhel/99c121d076cf5e8f79482633a68997e9 to your computer and use it in GitHub Desktop.

Select an option

Save moredhel/99c121d076cf5e8f79482633a68997e9 to your computer and use it in GitHub Desktop.
import os
@app.route("/env/var")
def env_var():
return "VAR: {}\n".format(os.environ["VAR"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment