Skip to content

Instantly share code, notes, and snippets.

@atroche
Created October 11, 2011 09:31
Show Gist options
  • Save atroche/1277660 to your computer and use it in GitHub Desktop.
Save atroche/1277660 to your computer and use it in GitHub Desktop.
def headers(self):
if current_app.config.get("LIVE"):
return {"Bcc": "[email protected]"}
return {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment