reywechat 1.0.73__py3-none-any.whl → 1.0.74__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 -1
- {reywechat-1.0.73.dist-info → reywechat-1.0.74.dist-info}/METADATA +1 -1
- {reywechat-1.0.73.dist-info → reywechat-1.0.74.dist-info}/RECORD +5 -5
- {reywechat-1.0.73.dist-info → reywechat-1.0.74.dist-info}/WHEEL +0 -0
- {reywechat-1.0.73.dist-info → reywechat-1.0.74.dist-info}/licenses/LICENSE +0 -0
reywechat/rreceive.py
CHANGED
@@ -1108,7 +1108,7 @@ class WeChatMessage(WeChatBase):
|
|
1108
1108
|
return self._cache['is_pat_me']
|
1109
1109
|
|
1110
1110
|
# Judge.
|
1111
|
-
pattern =
|
1111
|
+
pattern = fr'<template><!\[CDATA\["\$\{{[\da-z_]+\}}" 拍了拍(?:我| "\$\{{{self.receiver.wechat.client.login_info['id']}\}}")\]\]></template>'
|
1112
1112
|
self._cache['is_pat_me'] = (
|
1113
1113
|
self.is_pat
|
1114
1114
|
and search(pattern, self.data) is not None
|
@@ -5,12 +5,12 @@ reywechat/rcache.py,sha256=5FIa8UB3VsLHT_EXHHmFP62a5AeS22anJCJXC8t4tWw,908
|
|
5
5
|
reywechat/rclient.py,sha256=ayOtQ0CaF8ydXjirLdVed8FbpfdQVTKVSd0x4grs-pQ,22712
|
6
6
|
reywechat/rdb.py,sha256=R3ZySPsLM5g0hChFBMxtG9MRZCZ433aMYa_LuggKK90,51010
|
7
7
|
reywechat/rlog.py,sha256=TSA-_5pwlq0sUND2cnLDqXvdmAdMAkC7tXIz3WfJ7Xw,5259
|
8
|
-
reywechat/rreceive.py,sha256=
|
8
|
+
reywechat/rreceive.py,sha256=0CdNyk1FWPAUOPRAfw4owGYl0mI4CXGxsp5BlCR-lYI,50797
|
9
9
|
reywechat/rsend.py,sha256=BB42r24x37V1tb27HLhnB_2tILv-DW26F9QbhqiNes8,20101
|
10
10
|
reywechat/rtrigger.py,sha256=c0peI208K2k2sOxtuszD8UMrhMrTGp0LMi_XE5ksJKg,4989
|
11
11
|
reywechat/rwechat.py,sha256=g0pbprMPv_qWb_lGFrPDAWsJO4vPSIgFLkw0Y28CZUo,4751
|
12
12
|
reywechat/data/client_api.dll,sha256=H9uj-x9Ztg0jFZK0yY6NsnyH5_119dQRFfoVVMidxRs,592384
|
13
|
-
reywechat-1.0.
|
14
|
-
reywechat-1.0.
|
15
|
-
reywechat-1.0.
|
16
|
-
reywechat-1.0.
|
13
|
+
reywechat-1.0.74.dist-info/METADATA,sha256=7iiyXDIO5bskYV72KY3Mth6De47honWfTQHTBFSqekc,1551
|
14
|
+
reywechat-1.0.74.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
reywechat-1.0.74.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
16
|
+
reywechat-1.0.74.dist-info/RECORD,,
|
File without changes
|
File without changes
|