summaryrefslogtreecommitdiff
path: root/server/piztor/game_server.py
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-09-02 15:55:35 +0800
committerTeddy <ted.sybil@gmail.com>2013-09-02 15:55:35 +0800
commit7e474fb8d9b5006043d62692d828da9510eadd6c (patch)
tree46fa2cab5d7d3cc999c84f3290d62b4b94c4841f /server/piztor/game_server.py
parentbbd31e455a23aa353350fe6407fa8c2f6799c06d (diff)
rename the database
Diffstat (limited to 'server/piztor/game_server.py')
-rw-r--r--server/piztor/game_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/piztor/game_server.py b/server/piztor/game_server.py
index 60b7015..f1003e0 100644
--- a/server/piztor/game_server.py
+++ b/server/piztor/game_server.py
@@ -20,7 +20,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_game"
#db_path = "piztor.sqlite"
FORMAT = "%(asctime)-15s %(message)s"
logging.basicConfig(format = FORMAT)