1
0
Fork 0
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:
Tlams 2018-02-19 12:11:21 +00:00
parent 4847974bef
commit adf6ea389b

View file

@ -137,7 +137,6 @@ class Analyse:
config_av = proxmox.get_configs("{0}:{1}".format(cluster["url"], int(cluster["port"])),
value_nodes_list["node"], instance["type"], instance["vmid"])["value"]
print(config_av)
maclist = []
for key, value in config_av['data'].items():
@ -209,6 +208,7 @@ class Analyse:
storage["totalallocdisk"] = totalsize
self.mongo.insert_storages(storage)
self.mongo.update_datekey(int(insert_time), "OK")
""" Unlock file """