rename 'StopExtraction' to 'AbortExtraction'

for cases where StopExtraction was used to report errors
This commit is contained in:
Mike Fährmann
2025-07-09 21:07:28 +02:00
parent f17ed0569a
commit d8ef1d693f
57 changed files with 149 additions and 156 deletions

View File

@@ -350,7 +350,7 @@ class InkbunnyAPI():
self.authenticate(invalidate=True)
continue
raise exception.StopExtraction(data.get("error_message"))
raise exception.AbortExtraction(data.get("error_message"))
def _pagination_search(self, params):
params["page"] = 1