Fixed SyntaxError under Python 3.7

pull/2138/head v1.2.2-beta.0
Mike Dallas 2 years ago committed by GitHub
parent 0f84ffb9cd
commit 09f0a27833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")
except TypeError:
logging.debug("BAZARR Ignoring invalid subtitles")
finally:
continue
continue
initial_hi = None
initial_hi_match = False

Loading…
Cancel
Save