get_all_vms_from_hosts() missing 1 required positional argument

This commit is contained in:
forest 2021-12-10 19:57:11 -05:00
parent 4bbacffeae
commit cf9e534063
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def index():
db_hosts = get_model().list_hosts_with_networks(None)
db_vms_by_id = get_all_vms_from_db()
virt_vms_by_id = get_all_vms_from_hosts()
virt_vms_by_id = get_all_vms_from_hosts(db_vms_by_id)
network_display_width_px = float(270)
#operations = get_model().list_all_operations()