Update receive_music163_search.py

pull/445/head
midoks 2 years ago
parent ffbe8ba6d4
commit 64aa9a9d01
  1. 5
      plugins/tgbot/startup/extend/receive_music163_search.py

@ -233,7 +233,10 @@ def downloadAndUpMusic(bot, chat_id, mid, title):
else:
bot.send_message(chat_id, "无效资源")
cleanMusicFileExpire(def_dir)
if os.path.exists(def_abs_path):
os.remove(def_abs_path)
# cleanMusicFileExpire(def_dir)
return True

Loading…
Cancel
Save