Skip to content

Commit

Permalink
U auto_theme.py: mute log print
Browse files Browse the repository at this point in the history
  • Loading branch information
yurenchen000 committed Sep 28, 2024
1 parent f346ab7 commit 059bfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
AVAILABLE = ['AutoTheme']

## disable log
# print = lambda *a:None
print = lambda *a:None

"""Terminator Plugin AutoTheme"""
class AutoTheme(plugin.MenuItem):
Expand Down

0 comments on commit 059bfda

Please sign in to comment.