mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-06 03:56:27 +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="")
|
print("Last node scan: ",end="")
|
||||||
if cache!=None and "last_scan" in CONF["cache"]:
|
if cache!=None and "last_scan" in CONF["cache"]:
|
||||||
print(CONF["cache"]["last_scan"])
|
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