Update ikuuu.py

pull/9/head
wd210010 1 year ago committed by GitHub
parent 3e7314e08a
commit be2fd54983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ikuuu.py

@ -13,8 +13,8 @@ import requests, json,re,os
#IKuuu机场签到领流量
ikuuu_cookie = os.getenv("ikuuu_cookie")
url_info = 'https://ikuuu.eu/user/profile'
url = 'https://ikuuu.eu/user/checkin'
url_info = 'https://ikuuu.art/user/profile'
url = 'https://ikuuu.art/user/checkin'
headers = {
'cookie': f'{ikuuu_cookie}',
'user-agent': 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36',

Loading…
Cancel
Save