ソースを参照

Update 'wrapper/nixWrapper.py'

Andrej Studen 2 年 前
コミット
cbd7dce123
1 ファイル変更1 行追加0 行削除
  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: