Output list in cyan (s state)
This commit is contained in:
parent
ad738dec40
commit
b6b5786c3b
|
@ -324,8 +324,8 @@ class MonitoringInstance(object):
|
||||||
return
|
return
|
||||||
|
|
||||||
self.logger.out(
|
self.logger.out(
|
||||||
f'{self.logger.fmt_blue}Plugin list:{self.logger.fmt_end} {" ".join(self.all_plugin_names)}',
|
f'{self.logger.fmt_cyan}Plugin list:{self.logger.fmt_end} {" ".join(self.all_plugin_names)}',
|
||||||
state="i",
|
state="s",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Clean up any old plugin data for which a plugin file no longer exists
|
# Clean up any old plugin data for which a plugin file no longer exists
|
||||||
|
|
Loading…
Reference in New Issue