Skip to content

Commit

Permalink
Change maxage default value to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Jul 20, 2020
1 parent be7d5cc commit f3b3e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytableau/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def _img_concat_v_multi_resize(self, im_list, resample=Image.BICUBIC):

def download_workbook_png(self, workbook: WorkbookItem, dest_dir, data_filters: dict = None,
imageresolution=None,
maxage=None) -> str:
maxage=-1) -> str:
"""
:param workbook:
Expand Down

0 comments on commit f3b3e0d

Please sign in to comment.