pymammotion 0.4.25__py3-none-any.whl → 0.4.26__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.
- pymammotion/aliyun/tea/core.py +2 -0
- {pymammotion-0.4.25.dist-info → pymammotion-0.4.26.dist-info}/METADATA +1 -1
- {pymammotion-0.4.25.dist-info → pymammotion-0.4.26.dist-info}/RECORD +5 -5
- {pymammotion-0.4.25.dist-info → pymammotion-0.4.26.dist-info}/LICENSE +0 -0
- {pymammotion-0.4.25.dist-info → pymammotion-0.4.26.dist-info}/WHEEL +0 -0
pymammotion/aliyun/tea/core.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import asyncio
|
2
2
|
import logging
|
3
3
|
import os
|
4
|
+
import socket
|
4
5
|
import ssl
|
5
6
|
import time
|
6
7
|
from typing import Any
|
@@ -123,6 +124,7 @@ class TeaCore:
|
|
123
124
|
await loop.run_in_executor(None, ssl_context.load_verify_locations, ca_cert)
|
124
125
|
connector = aiohttp.TCPConnector(
|
125
126
|
ssl=ssl_context,
|
127
|
+
family=socket.AF_INET,
|
126
128
|
)
|
127
129
|
else:
|
128
130
|
verify = False
|
@@ -10,7 +10,7 @@ pymammotion/aliyun/model/regions_response.py,sha256=HSnpPcgpjr6VNXBQHw__gn-xWCkQ
|
|
10
10
|
pymammotion/aliyun/model/session_by_authcode_response.py,sha256=0owdNcGFIP7rsVqLIf9rT-iOtvWmKCt2AW0cUUXwFiQ,427
|
11
11
|
pymammotion/aliyun/model/stream_subscription_response.py,sha256=7d0i8cNMAMX7aQjd2yebMDdqQkugcCzk-SD6oVtf18M,333
|
12
12
|
pymammotion/aliyun/regions.py,sha256=ctlRGrmdE4-xgItl9slCANYOV502qVN5lkAU4lj92sk,2518
|
13
|
-
pymammotion/aliyun/tea/core.py,sha256=
|
13
|
+
pymammotion/aliyun/tea/core.py,sha256=4SjhRkbPMbw-uI0lQnCN0SBNAHAgVFrpHeaauuu6nZY,10200
|
14
14
|
pymammotion/aliyun/tmp_constant.py,sha256=M4Hq_lrGB3LZdX6R2XohRPFoK1NDnNV-pTJwJcJ9838,6650
|
15
15
|
pymammotion/bluetooth/__init__.py,sha256=LAl8jqZ1fPh-3mLmViNQsP3s814C1vsocYUa6oSaXt0,36
|
16
16
|
pymammotion/bluetooth/ble.py,sha256=XQWJBpSzeIawCrLTsVrq9LI6jmM_ALVTttUkosK2BRM,2480
|
@@ -120,7 +120,7 @@ pymammotion/utility/map.py,sha256=GYscVMg2cX3IPlNpCBNHDW0S55yS1WGRf1iHnNZ7TfQ,22
|
|
120
120
|
pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tpfI,615
|
121
121
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
122
122
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
123
|
-
pymammotion-0.4.
|
124
|
-
pymammotion-0.4.
|
125
|
-
pymammotion-0.4.
|
126
|
-
pymammotion-0.4.
|
123
|
+
pymammotion-0.4.26.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
124
|
+
pymammotion-0.4.26.dist-info/METADATA,sha256=gnKrFlyqnHF1akEdJiBLl4bQOqKhRmQHuu6ccRdisEk,3834
|
125
|
+
pymammotion-0.4.26.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
126
|
+
pymammotion-0.4.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|