Output updates incl. download URL.
This commit is contained in:
parent
ef609df46d
commit
49b331e6c7
@ -100,12 +100,13 @@ results = []
|
|||||||
|
|
||||||
if opts.express:
|
if opts.express:
|
||||||
print("Querying Garmin Express ...", end="", flush=True)
|
print("Querying Garmin Express ...", end="", flush=True)
|
||||||
results.append(us.query_express(device_skus))
|
results += us.query_express(device_skus)
|
||||||
print(" done.")
|
print(" done.")
|
||||||
|
|
||||||
if opts.webupdater:
|
if opts.webupdater:
|
||||||
print("Querying Garmin WebUpdater ...", end="", flush=True)
|
print("Querying Garmin WebUpdater ...", end="", flush=True)
|
||||||
results.append(us.query_webupdater(device_skus))
|
results += us.query_webupdater(device_skus)
|
||||||
print(" done.")
|
print(" done.")
|
||||||
|
|
||||||
print(results)
|
for r in results:
|
||||||
|
print(r)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user