mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-22 22:04:41 +08:00
Fix for #352
This commit is contained in:
parent
477bdbd9f3
commit
c2a7c12470
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def get_providers():
|
|||
if reason:
|
||||
now = datetime.datetime.now()
|
||||
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)
|
||||
providers_list.remove(provider)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue