Update nodeseek_sign.py

This commit is contained in:
YYWO
2024-05-21 15:59:48 +08:00
committed by GitHub
parent 204344851a
commit 6ffbf6cd82

View File

@@ -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: