p115client 0.0.5.10.1__py3-none-any.whl → 0.0.5.10.2__py3-none-any.whl
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.
- p115client/client.py +1 -2
- {p115client-0.0.5.10.1.dist-info → p115client-0.0.5.10.2.dist-info}/METADATA +1 -1
- {p115client-0.0.5.10.1.dist-info → p115client-0.0.5.10.2.dist-info}/RECORD +5 -5
- {p115client-0.0.5.10.1.dist-info → p115client-0.0.5.10.2.dist-info}/LICENSE +0 -0
- {p115client-0.0.5.10.1.dist-info → p115client-0.0.5.10.2.dist-info}/WHEEL +0 -0
p115client/client.py
CHANGED
@@ -5474,8 +5474,7 @@ class P115Client(P115OpenClient):
|
|
5474
5474
|
request_kwargs["session"] = self.async_session if async_ else self.session
|
5475
5475
|
request_kwargs["async_"] = async_
|
5476
5476
|
request = get_default_request()
|
5477
|
-
|
5478
|
-
headers.merge(self.headers)
|
5477
|
+
headers.merge(self.headers)
|
5479
5478
|
if is_open_api:
|
5480
5479
|
headers["cookie"] = ""
|
5481
5480
|
if m := CRE_API_match(url):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
|
2
2
|
p115client/__init__.py,sha256=1mx7njuAlqcuEWONTjSiiGnXyyNyqOcJyNX1FMHqQ-4,214
|
3
3
|
p115client/_upload.py,sha256=DOckFLU_P7Fl0BNu_0-2od6pPsCnzroYY6zZE5_EMnM,30735
|
4
|
-
p115client/client.py,sha256=
|
4
|
+
p115client/client.py,sha256=98Zf8CzxeSPcU-U7LUd9KMY2WON7F90kGSokbVcqqXU,727434
|
5
5
|
p115client/const.py,sha256=AMyL3QZ172f_RaEkfh27DQxwbkXvPhqfeBWHWTrvSLY,7754
|
6
6
|
p115client/exception.py,sha256=kQMI7lwkFIC_tRuj1HT8zqi5HGzz6fTxgK7B1aKrNTI,3447
|
7
7
|
p115client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -20,7 +20,7 @@ p115client/tool/upload.py,sha256=qK1OQYxP-Faq2eMDhc5sBXJiSr8m8EZ_gb0O_iA2TrI,159
|
|
20
20
|
p115client/tool/util.py,sha256=QrB4CIvIBEhl_MGSPSAenkY76WjEUHdcUjpccdc8x_A,3347
|
21
21
|
p115client/tool/xys.py,sha256=WMTisCyN4eYyv4A14yYOpjud2mBhQvBcUHOp6pJUQeA,10140
|
22
22
|
p115client/type.py,sha256=7kOp98uLaYqcTTCgCrb3DRcl8ukMpn7ibsnVvtw2nG8,6250
|
23
|
-
p115client-0.0.5.10.
|
24
|
-
p115client-0.0.5.10.
|
25
|
-
p115client-0.0.5.10.
|
26
|
-
p115client-0.0.5.10.
|
23
|
+
p115client-0.0.5.10.2.dist-info/LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
|
24
|
+
p115client-0.0.5.10.2.dist-info/METADATA,sha256=C-Qh-vXqaJgXYsfdNs17Mm1jM_xuVm1FWPvGhqumlPo,8276
|
25
|
+
p115client-0.0.5.10.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
26
|
+
p115client-0.0.5.10.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|