diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 22:05:50 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 22:05:50 +0000 |
| commit | a5e72f0fbdedf251e90334657856f07bca725be0 (patch) | |
| tree | 2b71e48a1e07b0f4f0edcb8a154769b4069dbf98 /scripts/fill.image_altars.py | |
| parent | 36202d8defb26f87264914f60c39c768cff3729e (diff) | |
Hump.fm: update configs and scripts
Diffstat (limited to 'scripts/fill.image_altars.py')
| -rwxr-xr-x | scripts/fill.image_altars.py | 2 |
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(): |
