Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu8Can committed Nov 7, 2024
1 parent eb9185c commit 2051cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checkIn_Quark.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import sys
import requests

os.environ['COOKIE_QUARK'] = 'user=张三阿; kps=AARH6mvaCHY4AO8IE5josZBkzU3Ub7Tgw76RBUyM/fgW2+TPbpv7nCcx6owXvzy8rPZi5+gf9cXMRel2VIDw43XMYu/8MMz/nZ4ectI/ejIroA==; sign=AAR/t1LE9ahmxBfb8A8C2a3CCUmcljRadhc+Ac75DRkGW1mlrtkMCnYX1/RdSyH5NMY=; vcode=1730946723243;'
cookie_list = os.getenv("COOKIE_QUARK").split('\n|&&')

# 替代 notify 功能
def send(title, message):
print(f"{title}: {message}")
Expand Down

0 comments on commit 2051cc8

Please sign in to comment.