mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 14:25:36 +01:00
Fix
This commit is contained in:
@@ -38,7 +38,7 @@ class TaskCreator:
|
||||
books.extend(book_page.items)
|
||||
|
||||
current_page += 1
|
||||
pages_count = book_page.total_pages
|
||||
pages_count = book_page.pages
|
||||
|
||||
if len(books) == 0:
|
||||
return CreateTaskError(message="No books!")
|
||||
|
||||
Reference in New Issue
Block a user