commenting raspberry pi logic
This commit is contained in:
parent
9199368602
commit
1f5517f7bd
|
@ -20,7 +20,7 @@ DB_PORT = 3306
|
||||||
DB_USER = 'curieweb'
|
DB_USER = 'curieweb'
|
||||||
DB_PASSWORD = 'curie-web-russian-54'
|
DB_PASSWORD = 'curie-web-russian-54'
|
||||||
DB_NAME = 'curie'
|
DB_NAME = 'curie'
|
||||||
"""
|
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import hashlib
|
import hashlib
|
||||||
|
@ -32,7 +32,7 @@ try:
|
||||||
DB_HOST = '192.168.1.6'
|
DB_HOST = '192.168.1.6'
|
||||||
except:
|
except:
|
||||||
None
|
None
|
||||||
|
"""
|
||||||
|
|
||||||
# needed for session security, the flash() method in this case stores the message
|
# needed for session security, the flash() method in this case stores the message
|
||||||
# in a session
|
# in a session
|
||||||
|
|
Loading…
Reference in New Issue