mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 08:30:57 +00:00
Fixes reload call in VPCS handler.
This commit is contained in:
parent
1fea7593ef
commit
6ec4dea9b9
@ -198,5 +198,5 @@ class VPCSHandler:
|
||||
|
||||
vpcs_manager = VPCS.instance()
|
||||
vm = vpcs_manager.get_vm(request.match_info["uuid"])
|
||||
nio = vm.reload()
|
||||
yield from vm.reload()
|
||||
response.set_status(204)
|
||||
|
Loading…
Reference in New Issue
Block a user