modified wait time
This commit is contained in:
parent
6dfbe0fb14
commit
8166ffc82f
|
|
@ -109,7 +109,7 @@ def fetch_data(broker: str, pair_list: list, timeframe: str, samples: int):
|
|||
|
||||
global volatilities
|
||||
|
||||
wait_time = .25 #Sleep time between requests
|
||||
wait_time = .5 #Sleep time between requests
|
||||
index = 0
|
||||
|
||||
exchange = getattr(ccxt, broker)
|
||||
|
|
|
|||
Loading…
Reference in New Issue