remove redundant get_vms() and add testing documentation from pull

request
This commit is contained in:
2021-08-16 02:07:36 +02:00
committed by 3wc
parent 2b33573890
commit 5e682cc705
3 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ def account_balance():
vms_billed = list()
for vm in get_vms():
for vm in vms:
vm_months = get_vm_months_float(vm, datetime.utcnow())
vms_billed.append(dict(
id=vm["id"],