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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isrpa
3
- Version: 0.8.4
3
+ Version: 0.8.5
4
4
  Summary: isrpa package
5
5
  Home-page: https://github.com/yourusername/mypackage
6
6
  Author: ysq
@@ -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=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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isrpa
3
- Version: 0.8.4
3
+ Version: 0.8.5
4
4
  Summary: isrpa package
5
5
  Home-page: https://github.com/yourusername/mypackage
6
6
  Author: ysq
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='isrpa',
5
- version='0.8.4',
5
+ version='0.8.5',
6
6
  packages=find_packages(),
7
7
  install_requires=[],
8
8
  author='ysq',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes