Explorar o código

갯수 표시 추가

잉여개발기 (SPDV) %!s(int64=6) %!d(string=hai) anos
pai
achega
86431da53b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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'"))