fix: 修复 [#15] 中提到的无法获取课程列表问题

master
B1ue1nWh1te 3 years ago
parent b1a31632e1
commit c52dd25e91

@ -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