Skip to content

Commit

Permalink
Remove testing url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachtalb committed Jul 24, 2023
1 parent de85c1a commit 9b04976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_image_search/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def hndl_search(self, update: Update, _: ContextTypes.DEFAULT_TYPE) -> Non
return

file_url = self.arguments.file_url + file.name
file_url = "https://v2.nachtalb.io/ris/f/AQADWb0xG1lWQVF-.jpg"
# file_url = "https://v2.nachtalb.io/ris/f/AQADWb0xG1lWQVF-.jpg"

buttons = [
InlineKeyboardButton(engine.name, engine.generate_search_url(str(file_url))) for engine in self.engines
Expand Down

0 comments on commit 9b04976

Please sign in to comment.