Explorar el Código

Update github.tcl

BLaCkShaDoW hace 5 años
padre
commit
7b6741e128
Se han modificado 1 ficheros con 1 adiciones y 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]} {
     if {![file exists $folder]} {
         file mkdir $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 d [json::json2dict $data]
     set l [llength $d]
     set l [llength $d]
     set files [list]
     set files [list]