reywechat 1.0.35__py3-none-any.whl → 1.0.37__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/rdb.py +3 -3
- {reywechat-1.0.35.dist-info → reywechat-1.0.37.dist-info}/METADATA +1 -1
- {reywechat-1.0.35.dist-info → reywechat-1.0.37.dist-info}/RECORD +5 -5
- {reywechat-1.0.35.dist-info → reywechat-1.0.37.dist-info}/WHEEL +0 -0
- {reywechat-1.0.35.dist-info → reywechat-1.0.37.dist-info}/licenses/LICENSE +0 -0
reywechat/rdb.py
CHANGED
@@ -61,8 +61,8 @@ class WeChatDatabase(BaseWeChat):
|
|
61
61
|
self.database_wechat: Database = database.get('wechat')
|
62
62
|
self.database_file: Database = database.get('file')
|
63
63
|
if (
|
64
|
-
self.database_wechat
|
65
|
-
or self.database_file
|
64
|
+
self.database_wechat is None
|
65
|
+
or self.database_file is None
|
66
66
|
):
|
67
67
|
throw(ValueError, database)
|
68
68
|
case _:
|
@@ -395,7 +395,7 @@ class WeChatDatabase(BaseWeChat):
|
|
395
395
|
'comment': (
|
396
396
|
'Send type, '
|
397
397
|
'0 is text message, '
|
398
|
-
"1 is text message with '
|
398
|
+
"1 is text message with \\'@\\', "
|
399
399
|
'2 is file message, '
|
400
400
|
'3 is image message, '
|
401
401
|
'4 is emoticon message, '
|
@@ -3,7 +3,7 @@ reywechat/rall.py,sha256=zEW-mLL2uP8aT2_foCMFGmMi_3RCrGl8qutnSVkmY1E,397
|
|
3
3
|
reywechat/rbase.py,sha256=0NunIUIXra2ML2N6odwMk5oENTE0r6VSBHWXUvgI-lc,1124
|
4
4
|
reywechat/rcache.py,sha256=Hh_HE-t_KUMlrz4gEFPh1AjmhnrSgH520IFJPumWb7A,908
|
5
5
|
reywechat/rclient.py,sha256=MEvQB3pHb5ORukKbKntalRtFcKIOP9BGtDsMt5ihQfM,22524
|
6
|
-
reywechat/rdb.py,sha256=
|
6
|
+
reywechat/rdb.py,sha256=Ok89qctzmhKB4JJOUq3xEPgjDIrjuu1qxMaYVyBploU,41484
|
7
7
|
reywechat/rlog.py,sha256=x4WFLNoeKqGjPVoI81ZZNEd9ctdYToSg5hEFuESmCQY,5254
|
8
8
|
reywechat/rreceive.py,sha256=RkUwPsWz6k_Ua3ovrbXRMVajeNOJQqvpPXz_CvJyUPQ,35162
|
9
9
|
reywechat/rschedule.py,sha256=bZEEZV3K4zrJvupe1Eq6kGR7kunbVq5dfGnqFKYF3JI,1857
|
@@ -11,7 +11,7 @@ reywechat/rsend.py,sha256=UmdKCOb1cPKEmBPHt9htjxB8fPyi5jW5pGwpRQIZdKA,13720
|
|
11
11
|
reywechat/rtrigger.py,sha256=n8kUNovh62r7crlXrp33uaKvbILT-wcfvUqeyGt7YhM,4956
|
12
12
|
reywechat/rwechat.py,sha256=Iir9EC0E3TmLElPf6k_Tkc7lZOr4uO1X9bpOZ0t0EV0,4884
|
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.37.dist-info/METADATA,sha256=vk2_0bUQNcTO9PUVImlVosBjsgM2xpgLJQM84k1UMAA,1551
|
15
|
+
reywechat-1.0.37.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
reywechat-1.0.37.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
17
|
+
reywechat-1.0.37.dist-info/RECORD,,
|
File without changes
|
File without changes
|