Skip to content

Commit

Permalink
fix: 删除playsound #448
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Nov 14, 2024
1 parent f3101a4 commit d12bd42
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions util/PushPlusUtil.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import json
import os

import loguru
import playsound
import requests

from config import TEMP_PATH


def send_message(token, content, title):
Expand All @@ -25,5 +22,3 @@ def send_message(token, content, title):
loguru.logger.info("PushPlus消息发送失败")


if __name__ == '__main__':
playsound.playsound(os.path.join(TEMP_PATH, "default.mp3"))

0 comments on commit d12bd42

Please sign in to comment.