浏览代码

Update github.tcl

BLaCkShaDoW 5 年之前
父节点
当前提交
3e95e63e8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BlackTools/Addons/github.tcl

+ 1 - 1
BlackTools/Addons/github.tcl

@@ -33,7 +33,7 @@ proc ::github::download {url folder {debug true}} {
     if {![file exists $folder]} {
         file mkdir $folder
     }
-    set data [http::data [http::geturl $url -timeout 5000]]
+    set data [http::data [http::geturl $url]]
     set d [json::json2dict $data]
     set l [llength $d]
     set files [list]