mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-12 13:29:08 +00:00
Merge pull request #46 from Hestia-Homes/feature/hubspot_to_compelte_deem
time sleep so it doesn't bombard but take longer in script time
This commit is contained in:
commit
f6dd5ad177
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ for pipeline in pipelines.results:
|
|||
"pipeline_name": pipeline.label # Add the pipeline name
|
||||
})
|
||||
|
||||
time.sleep(0.75)
|
||||
time.sleep(2)
|
||||
print("delay to not bombard the server")
|
||||
|
||||
notes_df = pd.DataFrame(notes_data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue