mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
Fixed SyntaxError under Python 3.7
This commit is contained in:
parent
0f84ffb9cd
commit
09f0a27833
1 changed files with 1 additions and 2 deletions
|
@ -87,8 +87,7 @@ def manual_search(path, profile_id, providers, sceneName, title, media_type):
|
||||||
logging.debug(f"BAZARR Skipping {s}, because it doesn't match our series/episode")
|
logging.debug(f"BAZARR Skipping {s}, because it doesn't match our series/episode")
|
||||||
except TypeError:
|
except TypeError:
|
||||||
logging.debug("BAZARR Ignoring invalid subtitles")
|
logging.debug("BAZARR Ignoring invalid subtitles")
|
||||||
finally:
|
continue
|
||||||
continue
|
|
||||||
|
|
||||||
initial_hi = None
|
initial_hi = None
|
||||||
initial_hi_match = False
|
initial_hi_match = False
|
||||||
|
|
Loading…
Reference in a new issue