Skip to content

Commit

Permalink
Merge pull request #9 from nuhmanpk/dev
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
nuhmanpk authored Oct 18, 2023
2 parents 91d17c4 + 4f76eda commit 4cd3d61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © BugHunterCodeLabs ™
# © app
# © bughunter0
# © Nuhman Pk
# 2021 - 2023
# Copyright - https://en.m.wikipedia.org/wiki/Fair_use
Expand Down Expand Up @@ -252,7 +252,6 @@ async def all_images_scraping(query):
await txt.edit(text=f"No Images Found!!!", disable_web_page_preview=True)
return
except Exception as e:
print("🚈 ~ webscp.py:233 -> e: ", e)
error = f"ERROR: {(str(e))}"
error_link = f"{REPO}/issues/new?title={quote(error)}"
text = f'Something Bad occurred !!!\nCreate an issue here'
Expand Down

0 comments on commit 4cd3d61

Please sign in to comment.