Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dynamic_fee_parameters' into dyn…
Browse files Browse the repository at this point in the history
…amic_fee_parameters
  • Loading branch information
jepidoptera committed Oct 7, 2024
2 parents 7b768a1 + 923d185 commit e236e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydradx/model/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ def find_data_files():
os.listdir('.')
))
file_ls = find_data_files()
file_ls.sort()
file_name = ''
# see if the date or block they want is included in existing data
with open(file_ls[-1]) as f:
Expand Down

0 comments on commit e236e4c

Please sign in to comment.