forked from 3wordchant/capsul-flask
Fix typo
This commit is contained in:
parent
42edcd1c33
commit
6dbae94bd6
@ -189,7 +189,7 @@ def detail(id):
|
||||
duration=duration
|
||||
)
|
||||
|
||||
def _create(vm_sizes, operating_systems, public_keys_for_account, affordable_vm_sizes,_server_data):
|
||||
def _create(vm_sizes, operating_systems, public_keys_for_account, affordable_vm_sizes, server_data):
|
||||
errors = list()
|
||||
|
||||
size = server_data.get("size")
|
||||
|
Loading…
Reference in New Issue
Block a user