1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Lgndr: Don't try to anonymize

This commit is contained in:
loathingKernel 2023-12-22 20:58:36 +02:00
parent 51904efa90
commit 69a73882f5
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -31,7 +31,7 @@ class LegendaryCore(LegendaryCoreReal):
def __init__(self, *args, **kwargs):
super(LegendaryCore, self).__init__(*args, **kwargs)
self.log.info("Using Rare's LegendaryCore monkey")
self.log.info("Using config in %s", self.lgd.path.replace(os.getlogin(), "<username>"))
self.log.info("Using config in %s", self.lgd.path)
self.handler = LgndrLogHandler(logging.CRITICAL)
self.log.addHandler(self.handler)