Skip to content

Commit 5656b1d

Browse files
committed
0.11.54,整理代码
1 parent 7cd91ee commit 5656b1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OlivOS/adapter/onebotV11/onebotSDK.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def send_onebot_post_json(self):
6565
try:
6666
# clear_dict = {k: v for k, v in self.obj.__dict__.items() if v != -1}
6767
clear_dict = self.obj.__dict__
68-
if clear_dict.get('message_type')=='private':
68+
if clear_dict.get('message_type') == 'private':
6969
clear_dict.pop('group_id','No "group_id"')
7070
json_str_tmp = json.dumps(obj=clear_dict, ensure_ascii=False)
7171
tmp_host = self.bot_info.host

OlivOS/core/info/infoAPI.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
import OlivOS
1818

1919

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 = '麻辣火腿花卷'
2323

2424
# Compatible <= Plugin[compatible_svn] : Compatible
2525
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn

0 commit comments

Comments
 (0)