Skip to content

Commit

Permalink
Adding back the 2nd empty lines
Browse files Browse the repository at this point in the history
To satisfy lint
  • Loading branch information
Zips-sipZ authored Feb 6, 2025
1 parent 9460438 commit d9d0317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/trackermeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# Define expected amount of screenshots from the config
expected_images = int(config['DEFAULT']['screens'])


async def prompt_user_for_confirmation(message: str) -> bool:
try:
response = input(f"{message} (Y/n): ").strip().lower()
Expand All @@ -20,6 +21,7 @@ async def prompt_user_for_confirmation(message: str) -> bool:
except EOFError:
sys.exit(1)


async def check_images_concurrently(imagelist, meta):
approved_image_hosts = ['ptpimg', 'imgbox', 'imgbb']
invalid_host_found = False # Track if any image is on a non-approved host
Expand Down

0 comments on commit d9d0317

Please sign in to comment.