pymammotion 0.4.49__py3-none-any.whl → 0.4.50__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/client.py +1 -1
- {pymammotion-0.4.49.dist-info → pymammotion-0.4.50.dist-info}/METADATA +1 -1
- {pymammotion-0.4.49.dist-info → pymammotion-0.4.50.dist-info}/RECORD +5 -5
- {pymammotion-0.4.49.dist-info → pymammotion-0.4.50.dist-info}/LICENSE +0 -0
- {pymammotion-0.4.49.dist-info → pymammotion-0.4.50.dist-info}/WHEEL +0 -0
pymammotion/aliyun/client.py
CHANGED
@@ -183,7 +183,7 @@ class Client:
|
|
183
183
|
if _retry_times > 0:
|
184
184
|
_backoff_time = TeaCore.get_backoff_time(_runtime.get("backoff"), _retry_times)
|
185
185
|
if _backoff_time > 0:
|
186
|
-
TeaCore.
|
186
|
+
await TeaCore.sleep_async(_backoff_time)
|
187
187
|
_retry_times = _retry_times + 1
|
188
188
|
try:
|
189
189
|
_request = TeaRequest()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
pymammotion/__init__.py,sha256=H-U94bNLp0LPC6hkRopVEUlUsZSR97n7WfKGPjK1GMg,1638
|
2
2
|
pymammotion/aliyun/__init__.py,sha256=T1lkX7TRYiL4nqYanG4l4MImV-SlavSbuooC-W-uUGw,29
|
3
|
-
pymammotion/aliyun/client.py,sha256=
|
3
|
+
pymammotion/aliyun/client.py,sha256=44YqBt0advxbYYXs25Jpq438lhEXrP6xaBWWMGBLdp4,9603
|
4
4
|
pymammotion/aliyun/cloud_gateway.py,sha256=_qwntXZjj2VzX5x_9LSeq-lW0CRsBYdGO0Wn8e5kIHk,28328
|
5
5
|
pymammotion/aliyun/model/aep_response.py,sha256=EY4uMTJ4F9rvbcXnAOc5YKi7q__9kIVgfDwfyr65Gk0,421
|
6
6
|
pymammotion/aliyun/model/connect_response.py,sha256=Yz-fEbDzgGPTo5Of2oAjmFkSv08T7ze80pQU4k-gKIU,824
|
@@ -123,7 +123,7 @@ pymammotion/utility/movement.py,sha256=N75oAoAgFydqoaOedYIxGUHmuTCtPzAOtb-d_29tp
|
|
123
123
|
pymammotion/utility/mur_mur_hash.py,sha256=xEfOZVbqRawJj66eLgtnZ85OauDR47oIPr29OHelzPI,4468
|
124
124
|
pymammotion/utility/periodic.py,sha256=MbeSb9cfhxzYmdT_RiE0dZe3H9IfbQW_zSqhmSX2RUc,3321
|
125
125
|
pymammotion/utility/rocker_util.py,sha256=6tX7sS87qoQC_tsxbx3NLL-HgS08wtzXiZkhDiz7uo0,7179
|
126
|
-
pymammotion-0.4.
|
127
|
-
pymammotion-0.4.
|
128
|
-
pymammotion-0.4.
|
129
|
-
pymammotion-0.4.
|
126
|
+
pymammotion-0.4.50.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
127
|
+
pymammotion-0.4.50.dist-info/METADATA,sha256=ntu1e_YVRR2FH4-B0XS8jqUH7GBvs2DUISuxP04zbUY,3878
|
128
|
+
pymammotion-0.4.50.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
129
|
+
pymammotion-0.4.50.dist-info/RECORD,,
|
File without changes
|
File without changes
|