Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Nov 22, 2024
1 parent 254809a commit 77ac1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,10 +1326,10 @@ def dvd_screenshots(self, meta, disc_num, num_screens=None):
if not os.path.exists(image) or retake:
retake = False
console.print(f"[blue]Processing screenshot {i+1}/{num_screens + 1}...")
loglevel = 'quiet'
loglevel = 'quiet' # noqa F841
debug = True
if bool(meta.get('debug', False)):
loglevel = 'error'
loglevel = 'error' # noqa F841
debug = False # noqa F841

def _is_vob_good(n, loops, num_screens):
Expand Down

0 comments on commit 77ac1db

Please sign in to comment.