Skip to content

Commit

Permalink
Update data_source.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier committed Jul 21, 2021
1 parent ae3a325 commit 61463b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pixiv/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async def get_pixiv_urls(mode: str, num: int = 5, date: str = '') -> 'list, list
try:
return await parser_data(url, num)
except ClientConnectorError:
return get_pixiv_urls(mode, num, date)
return await get_pixiv_urls(mode, num, date)


async def download_pixiv_imgs(urls: list, user_id: int) -> str:
Expand Down

0 comments on commit 61463b7

Please sign in to comment.