mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-14 05:18:22 +00:00
@ -545,7 +545,7 @@ class Compute:
|
|||||||
"""
|
"""
|
||||||
images = []
|
images = []
|
||||||
|
|
||||||
res = yield from self.http_query("GET", "/{}/images".format(type), timeout=120)
|
res = yield from self.http_query("GET", "/{}/images".format(type), timeout=None)
|
||||||
images = res.json
|
images = res.json
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user