Explorar o código

Update github.tcl

BLaCkShaDoW %!s(int64=5) %!d(string=hai) anos
pai
achega
3e95e63e8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]