Skip to content

Commit

Permalink
Lgndr: Don't try to anonymize
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Dec 23, 2023
1 parent 51904ef commit 69a7388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rare/lgndr/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 69a7388

Please sign in to comment.