Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: '0 23 * * *'
- cron: '0 7 * * *'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
env:
COOKIES: ${{ secrets.SMZDM_COOKIE }}
SERVERCHAN_SECRETKEY: ${{ secrets.SERVERCHAN_SECRETKEY }}
run: python main.py #>SMZDM_Bot.log
run: python main.py #>SMZDM_Bot.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ first push

+ 2020-12-12
修复如果没有填写`SERVERCHAN_SECRETKEY`,会在正常签到后报错的问题。
现在没有`SERVERCHAN_SECRETKEY`也可以正常签到并不报错。
现在没有`SERVERCHAN_SECRETKEY`也可以正常签到并不报错。
27 changes: 0 additions & 27 deletions config.py

This file was deleted.