|
@@ -101,6 +101,7 @@ def loadLibrary(name,doReload=True):
|
|
http = urllib3.PoolManager()
|
|
http = urllib3.PoolManager()
|
|
|
|
|
|
rsource=remoteSources[name]
|
|
rsource=remoteSources[name]
|
|
|
|
+ print(rsource)
|
|
r = http.request('GET', rsource['url'], preload_content=False)
|
|
r = http.request('GET', rsource['url'], preload_content=False)
|
|
chunk_size=65536
|
|
chunk_size=65536
|
|
with open(tempFile, 'wb') as out:
|
|
with open(tempFile, 'wb') as out:
|