Skip to content

Commit 6d29cfa

Browse files
committed
0.6.0
1 parent b1fd71f commit 6d29cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scdlbot/scdlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ def download_and_send(self, bot, urls, chat_id, reply_to_message_id=None,
394394
reply_to_message_id = None
395395

396396
sent_audio_ids = []
397+
397398
for url in urls:
398399
download_dir = os.path.join(self.DL_DIR, str(uuid4()))
399400
shutil.rmtree(download_dir, ignore_errors=True)

0 commit comments

Comments
 (0)