Output list in cyan (s state)

This commit is contained in:
Joshua Boniface 2023-11-29 16:22:31 -05:00
parent ad738dec40
commit b6b5786c3b
1 changed files with 2 additions and 2 deletions

View File

@ -324,8 +324,8 @@ class MonitoringInstance(object):
return
self.logger.out(
f'{self.logger.fmt_blue}Plugin list:{self.logger.fmt_end} {" ".join(self.all_plugin_names)}',
state="i",
f'{self.logger.fmt_cyan}Plugin list:{self.logger.fmt_end} {" ".join(self.all_plugin_names)}',
state="s",
)
# Clean up any old plugin data for which a plugin file no longer exists