Skip to content

Commit

Permalink
Im clearly asleep today, fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarcos98 authored Feb 26, 2022
1 parent 11e969f commit 8f98686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datawrapper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ def get_charts(
if limit:
_query["limit"] = str(limit)
if folder_id:
_data["folderId"] = folder_id
_query["folderId"] = folder_id
if team_id:
_data["teamId"] = team_id
_query["teamId"] = team_id

get_charts_response = r.get(url=_url, headers=_header, params=_query)

Expand Down

0 comments on commit 8f98686

Please sign in to comment.