style: Update analytics refactoring comment with method name

This commit is contained in:
Paul Gauthier 2024-10-30 12:25:17 -07:00 committed by Paul Gauthier (aider)
parent 5b84b901b2
commit c0e137889c

View file

@ -29,7 +29,7 @@ class Analytics:
self.get_or_create_uuid()
if not enable or self.permanently_disable or permanently_disable:
#ai refactor this into a method!
#ai refactor this into a method called disable()!
self.mp = None
self.ph = None
if permanently_disable and not self.permanently_disable: