Skip to content

Commit

Permalink
调整不符合依赖状况的逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaLe0 committed Jun 3, 2024
1 parent 53a536c commit 8c2fabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OlivOS/core/boot/bootAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,9 @@ def start(self):
}
).start()
elif basic_conf_models_this['type'] == 'astralqsign_lib_exe_model':
if not OlivOS.libAstralQsignEXEModelAPI.isBotActive(plugin_bot_info_dict):
continue
if platform.system() == 'Windows':
if not OlivOS.libAstralQsignEXEModelAPI.isBotActive(plugin_bot_info_dict):
continue
threading.Thread(
target = OlivOS.libAstralQsignEXEModelAPI.startAstralQsignLibExeModel,
kwargs = {
Expand Down

0 comments on commit 8c2fabe

Please sign in to comment.