Skip to content

Commit

Permalink
Merge pull request bighammer-link#20 from AKARaymond/main
Browse files Browse the repository at this point in the history
1
  • Loading branch information
bighammer-link authored Dec 19, 2024
2 parents dfaa12f + 1f2a52d commit d0f4ad5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9.12

- name: Random sleep
if: github.event_name == 'schedule'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9.12

- name: Random sleep
if: github.event_name == 'schedule'
Expand Down
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ def push(content):

# 会不定时更新域名,记得Sync fork

login_url = 'https://ikuuu.pw/auth/login'
check_url = 'https://ikuuu.pw/user/checkin'
info_url = 'https://ikuuu.pw/user/profile'
login_url = 'https://ikuuu.one/auth/login'
check_url = 'https://ikuuu.one/user/checkin'
info_url = 'https://ikuuu.one/user/profile'

header = {
'origin': 'https://ikuuu.pw',
'origin': 'https://ikuuu.one',
'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'
}

Expand Down

0 comments on commit d0f4ad5

Please sign in to comment.