Skip to content

Commit

Permalink
fix: dump to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Jul 17, 2024
1 parent 84713b9 commit 914a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python/query_upkeeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def get_upkeeps(chain="ethereum"):
]:
dfs.append(get_upkeeps(chain))
dfs = pd.concat(dfs)
dfs.to_csv("upkeeps.csv", index=False)
dfs.to_csv("../../upkeeps.csv", index=False)

0 comments on commit 914a232

Please sign in to comment.