Jason 1 سال پیش
والد
کامیت
989eceb080
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      website_clickjobs/type-V/c2.py

+ 1 - 2
website_clickjobs/type-V/c2.py

@@ -29,8 +29,7 @@ if clickvideo == 1 or clickvideo == 2:
         print(len(target))
         print(len(target))
         process_one(kw, target, clickvideo, savefile, sec)
         process_one(kw, target, clickvideo, savefile, sec)
         duration = time.time()-start_time
         duration = time.time()-start_time
-        print("Runs: " + runcount + " | Duration: " + str(duration))
-        count=count-1
+        print("Runs: " + str(runcount) + " | Duration: " + str(duration))
         time.sleep(7)
         time.sleep(7)
 
 
 elif savefile == 1:
 elif savefile == 1: