From 93f70d30ea06bd0f75cd892637f273798219a8fe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2012 22:07:25 -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 74981c2..1974510 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Setup is super simple:: from flask_googlefed import GoogleAuth app = Flask(__name__) -app.secret_key = 'ssssshhhhh' + app.secret_key = 'random secret key' app.config['GOOGLE_DOMAIN'] = 'heroku.com' auth = GoogleAuth(app)