Skip to content

Commit

Permalink
Fixed SyntaxError under Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdallas committed May 3, 2023
1 parent 0f84ffb commit 09f0a27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bazarr/subtitles/manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09f0a27

Please sign in to comment.