Ver Fonte

adjust sleep timing

jason há 3 anos atrás
pai
commit
16b2bdfeb8
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      website_clickjobs/clickjob.py

+ 2 - 2
website_clickjobs/clickjob.py

@@ -116,5 +116,5 @@ while True:
         run_once( (c['term'],c['domain'])   )
     except:
         traceback.print_exc()
-    #sleepint=random.randint(10,15)
-    #time.sleep(sleepint)
+    sleepint=random.randint(20,40)
+    time.sleep(sleepint)