diff options
Diffstat (limited to 'scripts/fix_fav_counts.py')
| -rwxr-xr-x | scripts/fix_fav_counts.py | 3 |
1 files changed, 1 insertions, 2 deletions
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!") - |
