mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix wrong controller method call.
This commit is contained in:
parent
8360ae98b1
commit
191036e266
@ -118,7 +118,8 @@ class ApplianceManager:
|
||||
etag = response.headers.get("ETag")
|
||||
if etag:
|
||||
self._appliances_etag = etag
|
||||
self.save()
|
||||
from . import Controller
|
||||
Controller.instance().save()
|
||||
json_data = await response.json()
|
||||
appliances_dir = get_resource('appliances')
|
||||
for appliance in json_data:
|
||||
|
Loading…
Reference in New Issue
Block a user