Skip to content

Commit

Permalink
版本推进至0.10.14
Browse files Browse the repository at this point in the history
+ 兼容仑质分支版本的go-cqhttp
  • Loading branch information
lunzhiPenxil committed Nov 24, 2022
1 parent fe56faf commit 8e642d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OlivOS/bootAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def start(self):
scan_interval = basic_conf_models_this['interval'],
dead_interval = basic_conf_models_this['dead_interval'],
Flask_namespace = __name__,
Flask_server_methods = ['POST'],
Flask_server_methods = ['GET', 'POST'],
Flask_host = basic_conf_models_this['server']['host'],
Flask_port = basic_conf_models_this['server']['port'],
tx_queue = multiprocessing_dict[basic_conf_models_this['tx_queue']],
Expand Down
4 changes: 2 additions & 2 deletions OlivOS/infoAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import OlivOS


OlivOS_Version = '0.10.13'
OlivOS_SVN = 113
OlivOS_Version = '0.10.14'
OlivOS_SVN = 114

# Compatible <= Plugin[compatible_svn] : Compatible
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn
Expand Down

0 comments on commit 8e642d1

Please sign in to comment.