qrpa 1.0.1__py3-none-any.whl → 1.0.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.

Potentially problematic release.


This version of qrpa might be problematic. Click here for more details.

qrpa/wxwork.py CHANGED
@@ -271,4 +271,4 @@ class WxWorkAppBot:
271
271
  print("HTTP Error:", response.status_code)
272
272
  return None
273
273
  except Exception as err:
274
- raise Exception("get media error", err)
274
+ raise Exception("get media error", err)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrpa
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: qsir's rpa library
5
5
  Author-email: QSir <1171725650@qq.com>
6
6
  License-Expression: GPL-3.0-or-later
@@ -0,0 +1,6 @@
1
+ qrpa/__init__.py,sha256=JBR28pvFeciKZtY-TE1pEonW2Hgb2JBXx9ECCT8IR4o,45
2
+ qrpa/wxwork.py,sha256=jJ6hOYvSRVo0pf37H845e0-DQnyC6-6qLtxy7-yh2Co,9163
3
+ qrpa-1.0.2.dist-info/METADATA,sha256=1zYMrgC25TypvPZDwVvGzwwiIoUURRq5NnIz1VwtYig,199
4
+ qrpa-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ qrpa-1.0.2.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
6
+ qrpa-1.0.2.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- qrpa/__init__.py,sha256=JBR28pvFeciKZtY-TE1pEonW2Hgb2JBXx9ECCT8IR4o,45
2
- qrpa/wxwork.py,sha256=1Nren9E3v-9x537OWJNnwsrQ0tSJ02mjDyrv9hPwg0o,9164
3
- qrpa-1.0.1.dist-info/METADATA,sha256=D_kLrQaPPB19L0UncQ3-mWw3Nylhg3bv1EiyrAL2bUQ,199
4
- qrpa-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- qrpa-1.0.1.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
6
- qrpa-1.0.1.dist-info/RECORD,,
File without changes