Sfoglia il codice sorgente

Update 'wrapper/nixWrapper.py'

Andrej Studen 2 anni fa
parent
commit
cbd7dce123
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: