From deb5e876b24f387b31e5c1d8b5174f4afc5773ac Mon Sep 17 00:00:00 2001 From: Joakim Holm Date: Sat, 29 Apr 2023 16:57:53 +0200 Subject: [PATCH] Add missing await in mangaplus source --- grawlix/sources/mangaplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grawlix/sources/mangaplus.py b/grawlix/sources/mangaplus.py index e17a6fe..05aebe7 100644 --- a/grawlix/sources/mangaplus.py +++ b/grawlix/sources/mangaplus.py @@ -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: