Skip to content

Commit

Permalink
fix recursion error
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 6, 2023
1 parent 123722b commit 4128a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def refresh_into_dataframe(
This is a convenience method that uses refresh_csv underneath
"""
self.refresh_into_dataframe(query, performance)
self.run_query_dataframe(query, performance)

# CRUD Operations: https://dune.com/docs/api/api-reference/edit-queries/
def create_query(
Expand Down

0 comments on commit 4128a17

Please sign in to comment.