mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
5% analytics
This commit is contained in:
parent
e8974a3e69
commit
910637c549
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class Analytics:
|
||||||
if not self.user_id:
|
if not self.user_id:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
PERCENT = 2.5
|
PERCENT = 5
|
||||||
return self.is_uuid_in_percentage(self.user_id, PERCENT)
|
return self.is_uuid_in_percentage(self.user_id, PERCENT)
|
||||||
|
|
||||||
def is_uuid_in_percentage(self, uuid_str, percent):
|
def is_uuid_in_percentage(self, uuid_str, percent):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue