Skip to content

Commit

Permalink
Remove pointless console
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 28, 2024
1 parent 5e8060d commit 14adda9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/trackers/BHD.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async def upload_with_retry(self, meta, common, img_host_index=1):
) in approved_image_hosts
for image in meta['image_list']
):
console.print("[green]Images are already hosted on an approved image host. Skipping re-upload.")
image_list = meta['image_list']
else:
images_reuploaded = False
Expand Down
1 change: 0 additions & 1 deletion src/trackers/MTV.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ async def upload_with_retry(self, meta, cookiefile, common, img_host_index=1):
) in approved_image_hosts
for image in meta['image_list']
):
console.print("[green]Images are already hosted on an approved image host. Skipping re-upload.")
image_list = meta['image_list']

else:
Expand Down

0 comments on commit 14adda9

Please sign in to comment.