Daniel Voipan 5 лет назад
Родитель
Сommit
b79b8338af
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      BlackTools/Modules/BT.AutoUpdate.tcl

+ 1 - 1
BlackTools/Modules/BT.AutoUpdate.tcl

@@ -264,7 +264,7 @@ proc blacktools:update_start_restore {} {
 }
     set end_download [unixtime]
     set dif [expr $end_download - $black(start_update)]
-    blacktools:update_put $hand $chan 17 [list [duration $dif]]
+    blacktools:update_put "" "" 17 [list [duration $dif]]
     set newdata [blacktools:update_data 0 ""]
     blacktools:update_put $hand $chan 18 ""
     set restore_config [blacktools:update_restore $black(update_old_data) $newdata]