Skip to content

Commit

Permalink
removed the if that will stop after 10 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Svisstack authored Mar 13, 2024
1 parent 4398769 commit 25a8484
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ def process_reader(date_format, sr):

last_processed_time = time_exchange # Update the last processed time
line_count += 1 # Increment line counter
# only for debugging
if line_count >= 10: # Check if 10 lines have been processed
break # Break the loop if 10 lines have been processed

last_time_exchange = time_exchange
last_time_coinapi = time_coinapi
Expand Down

0 comments on commit 25a8484

Please sign in to comment.