From a5e72f0fbdedf251e90334657856f07bca725be0 Mon Sep 17 00:00:00 2001 From: yo momma Date: Tue, 3 Feb 2026 22:05:50 +0000 Subject: Hump.fm: update configs and scripts --- scripts/fix_fav_counts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/fix_fav_counts.py') diff --git a/scripts/fix_fav_counts.py b/scripts/fix_fav_counts.py index 0472488..2d6660a 100755 --- a/scripts/fix_fav_counts.py +++ b/scripts/fix_fav_counts.py @@ -28,7 +28,7 @@ import postgresql import redis import csv -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("192.168.156.111") @@ -110,4 +110,3 @@ if __name__ == "__main__": load_faves_by_user() load_faves_by_date() print("done!") - -- cgit v1.2.3-70-g09d2