mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
time sleep so it doesn't bombard but take longer in script time
This commit is contained in:
parent
44b9e97600
commit
a4e4014b80
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