Ver Fonte

갯수 표시 추가

잉여개발기 (SPDV) há 6 anos atrás
pai
commit
86431da53b
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      emergency_tool.py

+ 3 - 0
emergency_tool.py

@@ -129,6 +129,9 @@ if what_i_do == '1':
 
     for test in data:
         num += 1
+        if num % 100 == 0:
+            print(num)
+            
         render_do(test[0], test[1], 1, None)
 elif what_i_do == '2':
     curs.execute(db_change("delete from other where name = 'recaptcha'"))