mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-21 06:33:17 +00:00
Remove unneeded sleep
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
from argparse import ArgumentParser
|
||||
from glob import glob
|
||||
from time import sleep
|
||||
from collections import OrderedDict
|
||||
import json
|
||||
|
||||
@@ -189,7 +188,6 @@ def _main():
|
||||
exit(1)
|
||||
|
||||
if args.host and args.idle:
|
||||
sleep(2)
|
||||
logger.warning("The IMAP Connection is now in IDLE mode. "
|
||||
"Quit with ^c")
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user