reywechat 1.0.51__py3-none-any.whl → 1.0.52__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/rsend.py +1 -1
- reywechat/rwechat.py +5 -5
- {reywechat-1.0.51.dist-info → reywechat-1.0.52.dist-info}/METADATA +1 -1
- {reywechat-1.0.51.dist-info → reywechat-1.0.52.dist-info}/RECORD +7 -7
- {reywechat-1.0.51.dist-info → reywechat-1.0.52.dist-info}/WHEEL +0 -0
- {reywechat-1.0.51.dist-info → reywechat-1.0.52.dist-info}/licenses/LICENSE +0 -0
reywechat/rreceive.py
CHANGED
reywechat/rsend.py
CHANGED
reywechat/rwechat.py
CHANGED
@@ -77,7 +77,7 @@ class WeChat(WeChatBase):
|
|
77
77
|
## Instance.
|
78
78
|
self.client = WeChatClient(self)
|
79
79
|
self.cache = WeChatCache(self)
|
80
|
-
self.
|
80
|
+
self.error = WeChatLog(self)
|
81
81
|
self.receiver = WechatReceiver(self, max_receiver, call_name)
|
82
82
|
self.trigger = self.receiver.trigger
|
83
83
|
self.sender = WeChatSender(self)
|
@@ -145,7 +145,7 @@ class WeChat(WeChatBase):
|
|
145
145
|
"""
|
146
146
|
|
147
147
|
# Handle parameter.
|
148
|
-
result = self.
|
148
|
+
result = self.error.rrlog.print_colour
|
149
149
|
|
150
150
|
return result
|
151
151
|
|
@@ -161,6 +161,6 @@ class WeChat(WeChatBase):
|
|
161
161
|
"""
|
162
162
|
|
163
163
|
# Set.
|
164
|
-
self.
|
165
|
-
self.
|
166
|
-
self.
|
164
|
+
self.error.rrlog.print_colour = value
|
165
|
+
self.error.rrlog_print.print_colour = value
|
166
|
+
self.error.rrlog_file.print_colour = value
|
@@ -5,12 +5,12 @@ reywechat/rcache.py,sha256=7UsHHfgFOgxuSqlTSAO6CprgUUOeBCXYus0kxmRBQxk,908
|
|
5
5
|
reywechat/rclient.py,sha256=lc1CPle9h08mwP8NlJN0ybzcNJxtpV0ma6q6cz1RIxk,22518
|
6
6
|
reywechat/rdb.py,sha256=YHkW81RZIdHCt2vvjgFKOZxU-EHyVf9F_XT_nOc7jxg,47354
|
7
7
|
reywechat/rlog.py,sha256=4EsTgrgC05JvWeKAucUaWGga638CRRJISJN6qncBCAw,5249
|
8
|
-
reywechat/rreceive.py,sha256=
|
9
|
-
reywechat/rsend.py,sha256=
|
8
|
+
reywechat/rreceive.py,sha256=REeHY4MiiZDcQx9j0SbDYPRqqyJVfLtQUBDwhkQOPBs,36231
|
9
|
+
reywechat/rsend.py,sha256=aTmc1ycL8bon4KXoX7VpRWQKTsVER6f6bRLKWWvPspY,18049
|
10
10
|
reywechat/rtrigger.py,sha256=WdOQwobPdGPyyE9J-qtQFPd60713T0aWqKk02PLdCRE,4966
|
11
|
-
reywechat/rwechat.py,sha256=
|
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.52.dist-info/METADATA,sha256=ThSWIXwyuEA6nuOow9T1wKZRmXKQENSGOqjbU3AtdMk,1551
|
14
|
+
reywechat-1.0.52.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
reywechat-1.0.52.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
16
|
+
reywechat-1.0.52.dist-info/RECORD,,
|
File without changes
|
File without changes
|