diff --git a/plugins/core.py b/plugins/core.py index 6fe311f..f83e2c5 100644 --- a/plugins/core.py +++ b/plugins/core.py @@ -32,7 +32,7 @@ def start(core:VACore): "contextRemoteWaitForCall": False, "tempDir": "temp", - "fuzzyThreshold": 0.95, + "fuzzyThreshold": 0.5, }, } diff --git a/vacore.py b/vacore.py index a674eba..30373d1 100644 --- a/vacore.py +++ b/vacore.py @@ -12,7 +12,7 @@ from jaa import JaaCore from collections.abc import Callable -version = "7.5" +version = "7.5.1" # main VACore class @@ -319,7 +319,7 @@ class VACore(JaaCore): if self.plugin_options("core")["fuzzyThreshold"] < probability: next_context = context[keyall] self.execute_next(rest_phrase, next_context) - + return # if not founded if self.context == None: