mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
delete useless text print
This commit is contained in:
parent
4847974bef
commit
adf6ea389b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,6 @@ class Analyse:
|
||||||
config_av = proxmox.get_configs("{0}:{1}".format(cluster["url"], int(cluster["port"])),
|
config_av = proxmox.get_configs("{0}:{1}".format(cluster["url"], int(cluster["port"])),
|
||||||
value_nodes_list["node"], instance["type"], instance["vmid"])["value"]
|
value_nodes_list["node"], instance["type"], instance["vmid"])["value"]
|
||||||
|
|
||||||
print(config_av)
|
|
||||||
|
|
||||||
maclist = []
|
maclist = []
|
||||||
for key, value in config_av['data'].items():
|
for key, value in config_av['data'].items():
|
||||||
|
@ -209,6 +208,7 @@ class Analyse:
|
||||||
|
|
||||||
storage["totalallocdisk"] = totalsize
|
storage["totalallocdisk"] = totalsize
|
||||||
self.mongo.insert_storages(storage)
|
self.mongo.insert_storages(storage)
|
||||||
|
|
||||||
self.mongo.update_datekey(int(insert_time), "OK")
|
self.mongo.update_datekey(int(insert_time), "OK")
|
||||||
|
|
||||||
""" Unlock file """
|
""" Unlock file """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue