Merge pull request #16 from B1ue1nWh1te/master

fix: 修复 [#15] 中提到的无法获取课程列表问题
master
B1ue1nWh1te 3 years ago committed by GitHub
commit 37ca70fb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ class Tree: # 任务树
class Spider(httpx.AsyncClient):
def __init__(self):
super().__init__()
super().__init__(follow_redirects=True)
self.is_login = False
async def login(self, username, password):

Loading…
Cancel
Save