BLaCkShaDoW 5 жил өмнө
parent
commit
3e95e63e8f

+ 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]