aboutsummaryrefslogtreecommitdiff
path: root/app/__init__.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-08 23:44:00 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-08 23:44:00 +0530
commit1f5517f7bd4fa61f632f624a8c9909fdad145856 (patch)
treeb3b2918b3b5261c3c8c574f9bc43603d3519775b /app/__init__.py
parent91993686028df1df3af6aea2c28ced81b242943e (diff)
commenting raspberry pi logic
Diffstat (limited to 'app/__init__.py')
-rw-r--r--app/__init__.py4
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