Explorar o código

Update 'wrapper/nixWrapper.py'

Andrej Studen %!s(int64=2) %!d(string=hai) anos
pai
achega
cbd7dce123
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      wrapper/nixWrapper.py

+ 1 - 0
wrapper/nixWrapper.py

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