From 7cd523d3adb28d3073d65a18de314ffda6986ecb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2012 22:06:53 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index eb2964b..74981c2 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,8 @@ Setup is super simple:: from flask_googlefed import GoogleAuth app = Flask(__name__) +app.secret_key = 'ssssshhhhh' app.config['GOOGLE_DOMAIN'] = 'heroku.com' - app.config['SECRET_KEY'] = 'ssssshhhhh' auth = GoogleAuth(app)