ci: format
This commit is contained in:
parent
2cdde85d36
commit
1afe41103f
4 changed files with 17 additions and 25 deletions
|
|
@ -342,9 +342,7 @@ class CSESScraper(BaseScraper):
|
|||
return None
|
||||
return token
|
||||
|
||||
async def _check_token(
|
||||
self, client: httpx.AsyncClient, token: str
|
||||
) -> bool:
|
||||
async def _check_token(self, client: httpx.AsyncClient, token: str) -> bool:
|
||||
try:
|
||||
r = await client.get(
|
||||
f"{API_URL}/login",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue