Skip to content

Commit

Permalink
Update main.py linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchynnikov authored Jan 29, 2025
1 parent 4ad7a9d commit bf7c3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE): #
- Sends the video back to the user via Telegram.
- Preserves any spoiler tags present in the original message.
- Cleans up temporary files after sending the video.
- Handles various error cases with appropriate user feedback, ensuring a smooth user experience.
- Handles error cases with appropriate user feedback, ensuring a smooth user experience.
Returns:
None
Expand Down Expand Up @@ -145,7 +145,7 @@ async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE): #
else:

await update.message.reply_text("This site is not supported. Try adding ** before the https://")
return # Stop further execution after sending the reply
return # Stop further execution after sending the reply
else:
return

Expand Down

0 comments on commit bf7c3a0

Please sign in to comment.