Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pagination loop fix if progress marked doesnt change due to no data. …
Browse files Browse the repository at this point in the history
…Debug cleanup.
xacadil committed Apr 18, 2024
1 parent a889917 commit 35dc565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tap_restaurant365/streams.py
Original file line number Diff line number Diff line change
@@ -40,8 +40,6 @@ def get_next_page_token(

start_date = (parser.parse(replication_key_value) + timedelta(seconds=1)) or parser.parse(self.config.get("start_date"))
today = datetime.today()
if previous_token and "token" in previous_token and previous_token['token'] is None:
some = ""
if (
previous_token
and "token" in previous_token

0 comments on commit 35dc565

Please sign in to comment.