Skip to content

Commit

Permalink
fix property/method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalata committed Sep 30, 2024
1 parent 91db015 commit bfa553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableauserverclient/server/request_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_query_params(self):
if self.max_age != -1:
params["maxAge"] = self.max_age
if self.language:
params["language"] = self.language
params["language"] = self._language

self._append_view_filters(params)
return params
Expand Down

0 comments on commit bfa553b

Please sign in to comment.