aboutsummaryrefslogtreecommitdiff
path: root/generalresearch/managers/thl/userhealth.py
diff options
context:
space:
mode:
Diffstat (limited to 'generalresearch/managers/thl/userhealth.py')
-rw-r--r--generalresearch/managers/thl/userhealth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generalresearch/managers/thl/userhealth.py b/generalresearch/managers/thl/userhealth.py
index 5924938..8b951c0 100644
--- a/generalresearch/managers/thl/userhealth.py
+++ b/generalresearch/managers/thl/userhealth.py
@@ -54,7 +54,7 @@ class UserIpHistoryManager(PostgresManagerWithRedis):
)
def get_redis_key(self, user_id: int) -> str:
- return f"py-utils:user-ip-history:{user_id}"
+ return f"generalreserach:user-ip-history:{user_id}"
def get_user_ip_records_sql(self, user_id: int) -> list[UserIPRecord]:
# The IP metadata is ONLY for the 'ip', NOT for any forwarded ips.