瀏覽代碼

bug fix: improve handling in registry

Steve Nyemba 11 月之前
父節點
當前提交
8aa6f2c93d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      transport/__init__.py

+ 1 - 1
transport/__init__.py

@@ -79,7 +79,7 @@ def instance (**_args):
                 registry.load() if 'path' not in _args else registry.load(_args['path'])
         if 'label' in _args and registry.isloaded():
             _info = registry.get(_args['label'])
-            print(_info)
+            
             if _info :
                 #
                 _args = dict(_args,**_info)