File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def send_onebot_post_json(self):
65
65
try :
66
66
# clear_dict = {k: v for k, v in self.obj.__dict__.items() if v != -1}
67
67
clear_dict = self .obj .__dict__
68
- if clear_dict .get ('message_type' )== 'private' :
68
+ if clear_dict .get ('message_type' ) == 'private' :
69
69
clear_dict .pop ('group_id' ,'No "group_id"' )
70
70
json_str_tmp = json .dumps (obj = clear_dict , ensure_ascii = False )
71
71
tmp_host = self .bot_info .host
Original file line number Diff line number Diff line change 17
17
import OlivOS
18
18
19
19
20
- OlivOS_Version = '0.11.53 '
21
- OlivOS_SVN = 173
22
- OlivOS_Version_Slogan = '梅菜扣肉 '
20
+ OlivOS_Version = '0.11.54 '
21
+ OlivOS_SVN = 174
22
+ OlivOS_Version_Slogan = '麻辣火腿花卷 '
23
23
24
24
# Compatible <= Plugin[compatible_svn] : Compatible
25
25
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn
You can’t perform that action at this time.
0 commit comments