Parcourir la source

adjust sleep timing

jason il y a 3 ans
Parent
commit
890d6343e0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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)