after audit
This commit is contained in:
parent
e8e20637e6
commit
a5165dc3ba
80 changed files with 8489 additions and 7302 deletions
|
|
@ -353,6 +353,9 @@ class PaginationEngine:
|
|||
page_attempt_log=next_attempt_log,
|
||||
)
|
||||
|
||||
if self._handle_page_state_transition(state=state):
|
||||
return
|
||||
|
||||
if next_parsed_page.publications:
|
||||
await self._upsert_page_publications(
|
||||
db_session,
|
||||
|
|
@ -364,9 +367,6 @@ class PaginationEngine:
|
|||
upsert_publications_fn=upsert_publications_fn,
|
||||
)
|
||||
|
||||
if self._handle_page_state_transition(state=state):
|
||||
return
|
||||
|
||||
@staticmethod
|
||||
def _result_from_pagination_state(
|
||||
*,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue