summaryrefslogtreecommitdiff
path: root/server/piztor/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/piztor/server.py')
-rw-r--r--server/piztor/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/piztor/server.py b/server/piztor/server.py
index aa5d72c..d2d1974 100644
--- a/server/piztor/server.py
+++ b/server/piztor/server.py
@@ -19,7 +19,7 @@ from model import *
def get_hex(data):
return "".join([hex(ord(c))[2:].zfill(2) for c in data])
-db_path = "root:helloworld@localhost/piztor2"
+db_path = "root:helloworld@localhost/piztor"
#db_path = "piztor.sqlite"
FORMAT = "%(asctime)-15s %(message)s"
logging.basicConfig(format = FORMAT)