mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-05 11:36:25 +02:00
Minor changes
This commit is contained in:
parent
f741c9863d
commit
2250082bb3
1 changed files with 7 additions and 0 deletions
|
@ -23,3 +23,10 @@ def info():
|
|||
print("Last node scan: ",end="")
|
||||
if cache!=None and "last_scan" in CONF["cache"]:
|
||||
print(CONF["cache"]["last_scan"])
|
||||
else:
|
||||
print("NA")
|
||||
|
||||
# Plugins
|
||||
print("Plugins list:")
|
||||
for name in CONF["plugins"]:
|
||||
print(" "+name+":\t"+CONF["plugins"][name])
|
||||
|
|
Loading…
Add table
Reference in a new issue