Skip to content

Commit

Permalink
Update sync.py
Browse files Browse the repository at this point in the history
If we get to the end, restart for next time
  • Loading branch information
kellymondor committed Jul 27, 2022
1 parent f1efa7a commit 8aa848e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_linkedin/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ def sync(client, config):
LOGGER.info(currently_syncing_query)
LOGGER.info(f"Starting sync...")

if currently_syncing_query == "I-174":
currently_syncing_query = None

if currently_syncing_query:
currently_syncing_query_split = currently_syncing_query.split("-")
currently_syncing_query_company_size = currently_syncing_query_split[0]
Expand Down

0 comments on commit 8aa848e

Please sign in to comment.