Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DracheShiki committed May 19, 2024
1 parent b25233b commit 65b3b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def _handle_timestamp_iteration(

if min_timestamp.floor("S") == max_timestamp.floor("S"):
max_timestamp = max_timestamp.floor("S") + pd.Timedelta(seconds=1)
if len(ticks)<=50:
if len(ticks) <= 50:
max_timestamp = max_timestamp.floor("S") + pd.Timedelta(minutes=1)
if max_timestamp >= end_date_time:
return None, False
Expand Down

0 comments on commit 65b3b95

Please sign in to comment.