Skip to content

Commit

Permalink
[fix] Change HTTP to HTTPS due to WAF in HTTP.
Browse files Browse the repository at this point in the history
  • Loading branch information
miaotony committed Feb 19, 2022
1 parent ab10e98 commit 48c0710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getClassSchedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
# 设置session的请求头信息
session.headers = headers
host = r'http://aao-eas.nuaa.edu.cn'
host = r'https://aao-eas.nuaa.edu.cn'


def getSemesterFirstDay(semester_str: str):
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

DEBUG = False

VERSION = "V0.23.0.20210509"
VERSION = "V0.24.0.20220220"

0 comments on commit 48c0710

Please sign in to comment.