Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghuaifang committed Feb 7, 2023
1 parent cfb6f1b commit c5afa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function/bika/sendNotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def go_cqhttp(self, title, content):
url = f'{sendNotify.GOBOT_URL}?access_token={sendNotify.GOBOT_TOKEN}&group_id={sendNotify.GOBOT_QQ}&message=标题:{title}\n内容:{content}'
else:
url = f'{sendNotify.GOBOT_URL}?access_token={sendNotify.GOBOT_TOKEN}&user_id={sendNotify.GOBOT_QQ}&message=标题:{title}\n内容:{content}'

print(url)
try:
response = requests.get(url, timeout=15)
try:
Expand Down

0 comments on commit c5afa3e

Please sign in to comment.