diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/__init__.py b/app/__init__.py index 66efb0f..8a397ec 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -20,7 +20,7 @@ DB_PORT = 3306 DB_USER = 'curieweb' DB_PASSWORD = 'curie-web-russian-54' DB_NAME = 'curie' -""" + import subprocess import hashlib @@ -32,7 +32,7 @@ try: DB_HOST = '192.168.1.6' except: None - +""" # needed for session security, the flash() method in this case stores the message # in a session |