isrpa 0.8.4__tar.gz → 0.8.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {isrpa-0.8.4 → isrpa-0.8.5}/PKG-INFO +1 -1
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa/utils.py +1 -1
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa.egg-info/PKG-INFO +1 -1
- {isrpa-0.8.4 → isrpa-0.8.5}/setup.py +1 -1
- {isrpa-0.8.4 → isrpa-0.8.5}/README.md +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa/OCR.py +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa/Template.py +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa/Template_Exception.py +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa/__init__.py +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa/message.py +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa.egg-info/SOURCES.txt +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa.egg-info/dependency_links.txt +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/isrpa.egg-info/top_level.txt +0 -0
- {isrpa-0.8.4 → isrpa-0.8.5}/setup.cfg +0 -0
@@ -98,7 +98,7 @@ def save_file(url, cookies, file_path):
|
|
98
98
|
cookie = {}
|
99
99
|
for item in cookies:
|
100
100
|
cookie[item["name"]] = item["value"]
|
101
|
-
response = requests.get(url, cookies=
|
101
|
+
response = requests.get(url, cookies=cookie)
|
102
102
|
with open(file_path, 'wb') as file:
|
103
103
|
file.write(response.content)
|
104
104
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|