summaryrefslogtreecommitdiff
path: root/scripts/hiscores.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hiscores.py')
-rwxr-xr-xscripts/hiscores.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hiscores.py b/scripts/hiscores.py
index b81269e..c4328c6 100755
--- a/scripts/hiscores.py
+++ b/scripts/hiscores.py
@@ -5,7 +5,7 @@ import sys
import postgresql
import redis
-db = postgresql.open("pq://postgres:root@localhost/dumpfm")
+db = postgresql.open("pq://postgres:root@localhost/humpfm")
db.execute("SET CLIENT_ENCODING to 'UNICODE'")
r = redis.Redis("localhost")