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:
@@ -61,6 +61,8 @@ if Cookie:
|
||||
telegram_Bot(telegram_bot_token, chat_id, message)
|
||||
if pushplus_token:
|
||||
pushplus_ts(pushplus_token, "nodeseek签到", message)
|
||||
else:
|
||||
print("响应内容不是 JSON 格式")
|
||||
except requests.exceptions.RequestException as e:
|
||||
print(f"HTTP 请求失败: {e}")
|
||||
except ValueError as e:
|
||||
|
||||
Reference in New Issue
Block a user