reywechat 1.0.32__py3-none-any.whl → 1.0.33__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/rreceive.py +1 -2
- {reywechat-1.0.32.dist-info → reywechat-1.0.33.dist-info}/METADATA +1 -1
- {reywechat-1.0.32.dist-info → reywechat-1.0.33.dist-info}/RECORD +5 -5
- {reywechat-1.0.32.dist-info → reywechat-1.0.33.dist-info}/WHEEL +0 -0
- {reywechat-1.0.32.dist-info → reywechat-1.0.33.dist-info}/licenses/LICENSE +0 -0
reywechat/rreceive.py
CHANGED
@@ -889,7 +889,6 @@ class WeChatMessage(BaseWeChat):
|
|
889
889
|
return self._valid
|
890
890
|
|
891
891
|
|
892
|
-
@property
|
893
892
|
def check_call(self) -> None:
|
894
893
|
"""
|
895
894
|
Check if is call self name, if not, throw exception `WeChatTriggerContinueExit`.
|
@@ -928,7 +927,7 @@ class WeChatMessage(BaseWeChat):
|
|
928
927
|
|
929
928
|
# Check.
|
930
929
|
if result is None:
|
931
|
-
self.trigger_continue
|
930
|
+
self.trigger_continue()
|
932
931
|
|
933
932
|
return result
|
934
933
|
|
@@ -5,13 +5,13 @@ reywechat/rcache.py,sha256=Hh_HE-t_KUMlrz4gEFPh1AjmhnrSgH520IFJPumWb7A,908
|
|
5
5
|
reywechat/rclient.py,sha256=MEvQB3pHb5ORukKbKntalRtFcKIOP9BGtDsMt5ihQfM,22524
|
6
6
|
reywechat/rdb.py,sha256=euMCZBYz6b4Pw27zPUKYOwPHxK7g47pYfWFfNZMh0mU,40342
|
7
7
|
reywechat/rlog.py,sha256=x4WFLNoeKqGjPVoI81ZZNEd9ctdYToSg5hEFuESmCQY,5254
|
8
|
-
reywechat/rreceive.py,sha256=
|
8
|
+
reywechat/rreceive.py,sha256=RkUwPsWz6k_Ua3ovrbXRMVajeNOJQqvpPXz_CvJyUPQ,35162
|
9
9
|
reywechat/rschedule.py,sha256=bZEEZV3K4zrJvupe1Eq6kGR7kunbVq5dfGnqFKYF3JI,1857
|
10
10
|
reywechat/rsend.py,sha256=UmdKCOb1cPKEmBPHt9htjxB8fPyi5jW5pGwpRQIZdKA,13720
|
11
11
|
reywechat/rtrigger.py,sha256=n8kUNovh62r7crlXrp33uaKvbILT-wcfvUqeyGt7YhM,4956
|
12
12
|
reywechat/rwechat.py,sha256=d9yNnLLz0YI1buatf5j4YMhj6tUH6yWsDnx91EyAhow,4926
|
13
13
|
reywechat/data/client_api.dll,sha256=H9uj-x9Ztg0jFZK0yY6NsnyH5_119dQRFfoVVMidxRs,592384
|
14
|
-
reywechat-1.0.
|
15
|
-
reywechat-1.0.
|
16
|
-
reywechat-1.0.
|
17
|
-
reywechat-1.0.
|
14
|
+
reywechat-1.0.33.dist-info/METADATA,sha256=iWpKAPaPOLLlLnmBv8bGRXGjDmlbMuVMLZtaqodYSQk,1551
|
15
|
+
reywechat-1.0.33.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
reywechat-1.0.33.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
17
|
+
reywechat-1.0.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|