github actions token for sub.py
This commit is contained in:
6
sub.py
6
sub.py
@@ -11,9 +11,9 @@ from datetime import datetime
|
||||
|
||||
s = requests.Session()
|
||||
|
||||
user = "" # sep账号
|
||||
passwd = "" # sep密码
|
||||
api_key = "" # server酱的api,填了可以微信通知打卡结果,不填没影响
|
||||
user = "USERNAME" # sep账号
|
||||
passwd = "PASSWORD" # sep密码
|
||||
api_key = "API_KEY" # server酱的api,填了可以微信通知打卡结果,不填没影响
|
||||
|
||||
|
||||
def login(s: requests.Session, username, password):
|
||||
|
||||
Reference in New Issue
Block a user