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