Skip to content

Commit

Permalink
add clientDimension field to session request (fix #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandmartel committed Jul 9, 2021
1 parent 3599822 commit 9878d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tableauscraper/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def getTableauData(scraper):
dataUrl,
data={
"sheet_id": scraper.tableauData["sheetId"],
"clientDimension": json.dumps({"w": 1920, "h": 1080})
},
verify=scraper.verify
)
Expand Down

0 comments on commit 9878d7b

Please sign in to comment.