Skip to content

Commit 66b0fa1

Browse files
committed
just added a print
1 parent 4a45f69 commit 66b0fa1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/downloader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def download(bot, yt, message, userInput, videoURL, loadingMsg, ytThumbMsg):
2727

2828
# Upload the video to Telegram
2929
try:
30+
print(vidFileName, " uploading..")
3031
bot.send_video(
3132
message.chat.id,
3233
open(f"vids/{vidFileName}", 'rb'),

0 commit comments

Comments
 (0)