Немного изменения для запуска в качестве сервиса на линуксе.

This commit is contained in:
2025-11-10 14:48:44 +03:00
parent 78e28eaa92
commit 5894d2d8a5
5 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import uvicorn
from threading import Thread, Event, Lock
import time
from contextlib import asynccontextmanager
from smb_excel import read_excel_from_smb, fetch_smb_file
#from smb_excel import read_excel_from_smb, fetch_smb_file
import numpy as np