소스 검색

Update github.tcl

BLaCkShaDoW 5 년 전
부모
커밋
7b6741e128
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]]
+    set data [http::data [http::geturl $url -timeout 5000]]
     set d [json::json2dict $data]
     set l [llength $d]
     set files [list]