Skip to content

Commit

Permalink
Update civic datasource.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 10, 2024
1 parent f306789 commit 51953a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/civic/civic_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create_todump_list(self, force=False, **kwargs):
query_variables = {
"after": previousPageEnd
}
response = GraphqlVariants().fetch_variants()
response = GraphqlVariants().fetch()
response_data = response.json()
if response.status_code == 200:
# data = response_data['data']
Expand Down

0 comments on commit 51953a4

Please sign in to comment.