reywechat 1.0.21__py3-none-any.whl → 1.0.22__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.
reywechat/__init__.py CHANGED
File without changes
File without changes
reywechat/rall.py CHANGED
File without changes
reywechat/rbase.py CHANGED
File without changes
reywechat/rclient.py CHANGED
File without changes
reywechat/rdb.py CHANGED
File without changes
reywechat/rlog.py CHANGED
File without changes
reywechat/rreceive.py CHANGED
@@ -961,11 +961,8 @@ class WechatReceiver(BaseWeChat):
961
961
 
962
962
  ## Loop.
963
963
  for handler in handlers:
964
- wrap_exc(
965
- handler,
966
- message,
967
- _handler=handle_handler_exception
968
- )
964
+ handler = wrap_exc(handler, handler=handle_handler_exception)
965
+ handler(message)
969
966
 
970
967
  # Log.
971
968
  self.rwechat.log.log_receive(message)
reywechat/rschedule.py CHANGED
File without changes
reywechat/rsend.py CHANGED
@@ -197,11 +197,8 @@ class WeChatSender(BaseWeChat):
197
197
 
198
198
  ### Loop.
199
199
  for handler in self.handlers:
200
- wrap_exc(
201
- handler,
202
- sendparam,
203
- _handler=handle_handler_exception
204
- )
200
+ handler = wrap_exc(handler, handler=handle_handler_exception)
201
+ handler(sendparam)
205
202
 
206
203
  ## Log.
207
204
  self.rwechat.log.log_send(sendparam)
reywechat/rtrigger.py CHANGED
File without changes
reywechat/rwechat.py CHANGED
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reywechat
3
- Version: 1.0.21
3
+ Version: 1.0.22
4
4
  Summary: WeChat method set.
5
5
  Project-URL: homepage, https://github.com/reyxbo/reywechat/
6
6
  Author-email: Rey <reyxbo@163.com>
@@ -4,13 +4,13 @@ reywechat/rbase.py,sha256=0NunIUIXra2ML2N6odwMk5oENTE0r6VSBHWXUvgI-lc,1124
4
4
  reywechat/rclient.py,sha256=pE5gZyjQA1gLJroSKiSwUWOruWkST5LDqTURQcOeCeI,22571
5
5
  reywechat/rdb.py,sha256=W-gNO9r7vB3pBD8c_wq8iXwsMxfMpWRMQfIJi5an_aw,37700
6
6
  reywechat/rlog.py,sha256=hauobai1dxNruvohhyXHXcop3iKU88ogDAb2VstD5HM,4750
7
- reywechat/rreceive.py,sha256=VpvY_hTXx434ns-G5rfZyYOJa9O9ZNrylS_6qF0pAGg,31387
7
+ reywechat/rreceive.py,sha256=UK3zu93_PYegq7atr7tUTxvKUewgHz5QcQTBWGLWCxk,31339
8
8
  reywechat/rschedule.py,sha256=gO5TbSDiOavwlZF2AAqJAcUMJ6ME0257z5UdY9HjEGI,3730
9
- reywechat/rsend.py,sha256=zwuvuSKg5iAGb_4EYsvQFw2Qs_5yHO1Ygbgxb7kj9NA,17946
9
+ reywechat/rsend.py,sha256=0A2uYDez9bPfwm88Z4FCCYtRprY9Et3KbdLf3qhRlKc,17898
10
10
  reywechat/rtrigger.py,sha256=ZYHRzAWVSxHz9gvK5tZQmZpjOCtl6vAuU3HmU_Tqflw,4773
11
11
  reywechat/rwechat.py,sha256=U8f8cNHJVYi1yOg0BdVM9GhYt6hcg6-SRw7itHkalvQ,5778
12
12
  reywechat/data/client_api.dll,sha256=H9uj-x9Ztg0jFZK0yY6NsnyH5_119dQRFfoVVMidxRs,592384
13
- reywechat-1.0.21.dist-info/METADATA,sha256=G0ztl46m8KQT27EDP6J83-lBeFoQ5di2HnIX_hTHJcA,1551
14
- reywechat-1.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- reywechat-1.0.21.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
16
- reywechat-1.0.21.dist-info/RECORD,,
13
+ reywechat-1.0.22.dist-info/METADATA,sha256=9tmNr8QIGT3WZvn-WGI5dr9bhdGKdXnYY9F5zGS1bmw,1551
14
+ reywechat-1.0.22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
+ reywechat-1.0.22.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
16
+ reywechat-1.0.22.dist-info/RECORD,,