@@ -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: