1
0
mirror of https://github.com/janvarev/Irene-Voice-Assistant.git synced 2025-12-05 23:08:23 +02:00

небольшой апдейт докера

This commit is contained in:
janvarev
2023-03-16 11:23:52 +03:00
parent 5b4f61b3a9
commit b58811a902
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ from vacore import VACore
def start(core:VACore):
manifest = {
"name": "Core plugin",
"version": "2.6",
"version": "3.0",
"default_options": {
"mpcIsUse": True,
@@ -32,6 +32,7 @@ def start(core:VACore):
"contextRemoteWaitForCall": False,
"tempDir": "temp",
"fuzzyThreshold": 0.5,
},
}