Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pride-lee authored Jan 9, 2024
1 parent 72570c5 commit d577c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
content = result['msg']
# θΏ›θ‘ŒζŽ¨ι€
if SCKEY != '':
push_url = 'https://sctapi.ftqq.com/{}.send?title=content&desp={}'.format(SCKEY, content)
push_url = 'https://sctapi.ftqq.com/{}.send?title={}&desp={}'.format(SCKEY, content, content)
requests.post(url=push_url)
print('ζŽ¨ι€ζˆεŠŸ')
except:
Expand Down

0 comments on commit d577c04

Please sign in to comment.