Jason 1 år sedan
förälder
incheckning
989eceb080
1 ändrade filer med 1 tillägg och 2 borttagningar
  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))
         process_one(kw, target, clickvideo, savefile, sec)
         duration = time.time()-start_time
-        print("Runs: " + runcount + " | Duration: " + str(duration))
-        count=count-1
+        print("Runs: " + str(runcount) + " | Duration: " + str(duration))
         time.sleep(7)
 
 elif savefile == 1: