change worker/zhaoan.py from 教学 to 暑假
This commit is contained in:
parent
a1c7471816
commit
c416dffbf6
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ def getWeather(id='101120206'):
|
|||
def calendar():
|
||||
|
||||
# 可选 教学、寒假、暑假 等
|
||||
NowStatus = "教学"
|
||||
NowStatus = "暑假"
|
||||
# 开始周次是今年的第几周
|
||||
StartWeek = 8
|
||||
StartWeek = 28
|
||||
# 今年考研开始日期
|
||||
KaoYanDate = datetime(2021, 12, 21)
|
||||
|
||||
|
|
Loading…
Reference in a new issue