Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim Ercan committed Feb 18, 2021
1 parent 24d3efb commit 07a028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/tasks/thumbnails.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def cache_dashboard_thumbnail(
logging.warning("No cache set, refusing to compute")
return
logger.info("Caching dashboard: %s", url)
screenshot = DashboardScreenshot(url, digest, (1600, 1200), (1600, 1200))
screenshot = DashboardScreenshot(url, digest, (1600, 1200), (800, 600))
with session_scope(nullpool=True) as session:
user = security_manager.get_user_by_username(
current_app.config["THUMBNAIL_SELENIUM_USER"], session=session
Expand Down

0 comments on commit 07a028f

Please sign in to comment.