pull/388/head
Halali 6 years ago
parent 477bdbd9f3
commit c2a7c12470

@ -56,7 +56,7 @@ def get_providers():
if reason: if reason:
now = datetime.datetime.now() now = datetime.datetime.now()
if now < until: if now < until:
logging.info("Not using %s until %s, because of: %s", provider, logging.debug("Not using %s until %s, because of: %s", provider,
until.strftime("%y/%m/%d %H:%M"), reason) until.strftime("%y/%m/%d %H:%M"), reason)
providers_list.remove(provider) providers_list.remove(provider)
else: else:

Loading…
Cancel
Save