mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00:00
Add missing await in mangaplus source
This commit is contained in:
parent
dc571ba38d
commit
deb5e876b2
@ -28,7 +28,7 @@ class MangaPlus(Source):
|
||||
|
||||
|
||||
async def download_book_from_id(self, book_id: str) -> Book:
|
||||
return self._download_issue(book_id)
|
||||
return await self._download_issue(book_id)
|
||||
|
||||
|
||||
async def _download_series(self, series_id: str) -> Series:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user