summaryrefslogtreecommitdiff
path: root/server/piztor/server.py
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-30 22:01:53 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-30 22:01:53 +0800
commite1e77608deead325e265007fc1a7129612468a20 (patch)
tree2bb64380831acd4861b28cb1175ec9153c887606 /server/piztor/server.py
parenta6b57b7cd05f150f3f0a84d756234a09a7611a34 (diff)
...
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)