Skip to content

Commit

Permalink
Change logging to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
MagikEh authored May 14, 2024
1 parent 6bd376f commit 1b2e374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@ def convert(self):
logger.error( f"{component}/{cfg} already exists in v3, remove {v3_config_path} to convert again")
return

logging.info( f'(づ◔-◔)づ Wololo' )
logger.info( f'(づ◔-◔)づ Wololo' )
synonyms = sarracenia.config.Config.synonyms
accept_all_seen=False
acceptUnmatched_explicit=False
Expand Down

0 comments on commit 1b2e374

Please sign in to comment.