import tqdm

This commit is contained in:
Magnus Walbeck 2017-07-04 15:23:43 +02:00
parent 86f1a6bd45
commit bda66aa525

View file

@ -39,10 +39,7 @@ import re
from email.utils import parsedate
from time import time, mktime, gmtime, strftime, sleep
<<<<<<< cc4abf40a2e4fe00e52aff8d4e1c21d2219455f6
from tqdm import tqdm
=======
>>>>>>> Exception handling for connections error and timeouts
CONFIGURATION = {}