aboutsummaryrefslogtreecommitdiffstats
path: root/python/http-server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/http-server.py')
-rw-r--r--python/http-server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/http-server.py b/python/http-server.py
index 9c8ebaf3..38df18f2 100644
--- a/python/http-server.py
+++ b/python/http-server.py
@@ -64,7 +64,6 @@ class MyDaemon(Daemon):
q = redis.Redis(unix_socket_path='/var/run/redis/redis.sock')
self.conn = psycopg2.connect(database="ET",
user="et_user",
- password="Serenitas1",
host="debian",
cursor_factory=DictCursor)
http = MyServer(server_address, MyHandler, q, self.conn)