Skip to content

Commit

Permalink
Update mirror.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxxRider authored Mar 19, 2021
1 parent ebc189a commit 720cc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _mirror(bot, update, isTar=False, extract=False):
sendMessage(f"<b>★ Mega.nz Link Added To 📊 /{BotCommands.StatusCommand}\n★ Only 1 Download At A Time Otherwise Ban.\n★ Do Not Forget To Read Mega Download Rules.</b>", bot, update)
else:
ariaDlManager.add_download(link, f'{DOWNLOAD_DIR}/{listener.uid}/', listener, name)
sendMessage(update, bot)
sendMessage(bot, update)
if len(Interval) == 0:
Interval.append(setInterval(DOWNLOAD_STATUS_UPDATE_INTERVAL, update_all_messages))

Expand Down

0 comments on commit 720cc9e

Please sign in to comment.