mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
parent
eff23eefe9
commit
ae1a9d9a5f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user