From 1f5517f7bd4fa61f632f624a8c9909fdad145856 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 8 Sep 2020 23:44:00 +0530 Subject: commenting raspberry pi logic --- app/__init__.py | 4 ++-- 1 file 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 -- cgit v1.2.3