summaryrefslogtreecommitdiff
path: root/scripts/fill.image_altars.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fill.image_altars.py')
-rwxr-xr-xscripts/fill.image_altars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fill.image_altars.py b/scripts/fill.image_altars.py
index 8321ffa..1181214 100755
--- a/scripts/fill.image_altars.py
+++ b/scripts/fill.image_altars.py
@@ -5,7 +5,7 @@ import sys
import postgresql
from urllib.parse import urlparse
-db = postgresql.open("pq://postgres:root@localhost/dumpfm")
+db = postgresql.open("pq://postgres:root@localhost/humpfm")
db.execute("SET CLIENT_ENCODING to 'UNICODE'")
def get_highest_message_id_in_db():