modified wait time

This commit is contained in:
Nicolás Sánchez 2024-11-05 18:01:05 -03:00
parent 6dfbe0fb14
commit 8166ffc82f
1 changed files with 1 additions and 1 deletions

View File

@ -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)