Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin committed Jul 2, 2017
1 parent b1fd71f commit 6d29cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scdlbot/scdlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def download_and_send(self, bot, urls, chat_id, reply_to_message_id=None,
reply_to_message_id = None

sent_audio_ids = []

for url in urls:
download_dir = os.path.join(self.DL_DIR, str(uuid4()))
shutil.rmtree(download_dir, ignore_errors=True)
Expand Down

0 comments on commit 6d29cfa

Please sign in to comment.