You've already forked Irene-Voice-Assistant
mirror of
https://github.com/janvarev/Irene-Voice-Assistant.git
synced 2025-12-11 23:17:05 +02:00
убрана зависимость от fastapi_utils
This commit is contained in:
@@ -9,13 +9,15 @@ from termcolor import cprint
|
||||
import json
|
||||
from starlette.websockets import WebSocket
|
||||
|
||||
try:
|
||||
from fastapi_utils.tasks import repeat_every
|
||||
except Exception as e:
|
||||
cprint("Пожалуйста, установите fastapi-utils: pip install fastapi-utils","red")
|
||||
exit(-1)
|
||||
# try:
|
||||
# from fastapi_utils.tasks import repeat_every
|
||||
# except Exception as e:
|
||||
# cprint("Пожалуйста, установите fastapi-utils: pip install fastapi-utils","red")
|
||||
# exit(-1)
|
||||
#from pydantic import BaseModel
|
||||
|
||||
from fastapi_utils_tasks import repeat_every
|
||||
|
||||
|
||||
from vacore import VACore
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user