mirror of
https://github.com/HChaZZY/NodeSeek-Signin.git
synced 2025-12-06 11:33:49 +08:00
Update nodeseek_sign.py
This commit is contained in:
@@ -17,7 +17,7 @@ def telegram_Bot(token,chat_id,message):
|
||||
url = f'{telegram_api_url}/bot{token}/sendMessage'
|
||||
data = {
|
||||
'chat_id': chat_id,
|
||||
'thread_id': thread_id,
|
||||
'message_thread_id': thread_id,
|
||||
'text': message
|
||||
}
|
||||
r = requests.post(url, json=data)
|
||||
|
||||
Reference in New Issue
Block a user