Browse Source

Update BlackTools.tcl

Lets add m (minutes) to match the legend on https://github.com/tclscripts/BlackTools-TCL/blob/master/BlackTools.tcl#L116 :D
PeGaSuS 5 years ago
parent
commit
6831d6937c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BlackTools.tcl

+ 1 - 1
BlackTools.tcl

@@ -115,7 +115,7 @@ set black(update_note) "1"
 ###
 ###
 #Time interval check (<x>m (minutes), <x>h (hours), <x>d (days))
 #Time interval check (<x>m (minutes), <x>h (hours), <x>d (days))
 
 
-set black(update_time_check) "60"
+set black(update_time_check) "60m"
 
 
 ###########################################################################
 ###########################################################################
 #----------------------------- AntiBotIdle -------------------------------#
 #----------------------------- AntiBotIdle -------------------------------#