5% analytics

This commit is contained in:
Paul Gauthier 2024-12-13 06:51:50 -08:00
parent e8974a3e69
commit 910637c549

View file

@ -84,7 +84,7 @@ class Analytics:
if not self.user_id:
return False
PERCENT = 2.5
PERCENT = 5
return self.is_uuid_in_percentage(self.user_id, PERCENT)
def is_uuid_in_percentage(self, uuid_str, percent):