From 34b76d944615c92044cc171fdd571ed49f1a1e43 Mon Sep 17 00:00:00 2001 From: g1879 Date: Sun, 17 Apr 2022 14:55:29 +0800 Subject: [PATCH] =?UTF-8?q?2.5.9=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=AF=B9=E8=B1=A1=E6=97=B6=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DrissionPage/session_page.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DrissionPage/session_page.py b/DrissionPage/session_page.py index 1e6dfa4..473b9f5 100644 --- a/DrissionPage/session_page.py +++ b/DrissionPage/session_page.py @@ -153,7 +153,7 @@ class SessionPage(BasePage): @property def download(self) -> DownloadKit: if self._download_kit is None: - self._download_kit = DownloadKit(session=self, timeout=self.timeout) + self._download_kit = DownloadKit(session=self) return self._download_kit diff --git a/setup.py b/setup.py index 781bccb..c264a6e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding='utf-8') as fh: setup( name="DrissionPage", - version="2.5.8", + version="2.5.9", author="g1879", author_email="g1879@qq.com", description="A module that integrates selenium and requests session, encapsulates common page operations.",