Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
改域名
  • Loading branch information
ccp-p authored Oct 29, 2023
1 parent fe7650e commit 5a18237
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
# server酱
SCKEY = os.environ.get('SCKEY')

login_url = 'https://ikuuu.art/auth/login'
check_url = 'https://ikuuu.art/user/checkin'
info_url = 'https://ikuuu.art/user/profile'
login_url = 'https://ikuuu.me/auth/login'
check_url = 'https://ikuuu.me/user/checkin'
info_url = 'https://ikuuu.me/user/profile'

header = {
'origin': 'https://ikuuu.art',
'origin': 'https://ikuuu.me',
'user-agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'
}
data = {
Expand Down

0 comments on commit 5a18237

Please sign in to comment.