Merge branch 'master' of github.com:Si-Huan/XZZ
This commit is contained in:
commit
95c7cc48cf
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ def getWeather(id='101120206'):
|
||||||
def calendar():
|
def calendar():
|
||||||
|
|
||||||
# 可选 教学、寒假、暑假 等
|
# 可选 教学、寒假、暑假 等
|
||||||
NowStatus = "教学"
|
NowStatus = "暑假"
|
||||||
# 开始周次是今年的第几周
|
# 开始周次是今年的第几周
|
||||||
StartWeek = 8
|
StartWeek = 28
|
||||||
# 今年考研开始日期
|
# 今年考研开始日期
|
||||||
KaoYanDate = datetime(2021, 12, 21)
|
KaoYanDate = datetime(2021, 12, 21)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue