Загрузка данных


  File "/home/Prokopyev_132/wwhghghg/FaceRecognitionSystem/ccsc.py", line 7, in <module>
    from app.main import main
  File "/home/Prokopyev_132/wwhghghg/FaceRecognitionSystem/app/main.py", line 29, in <module>
    from app.web.server import run_flask_app
  File "/home/Prokopyev_132/wwhghghg/FaceRecognitionSystem/app/web/server.py", line 20, in <module>
    from app.utils.reporting import force_report_generation, get_aggregated_daily_statuses, generate_excel_report, schedule_report_generation
  File "/home/Prokopyev_132/wwhghghg/FaceRecognitionSystem/app/utils/reporting.py", line 16, in <module>
    from app.config import (
ImportError: cannot import name 'LOGS_DIR' from 'app.config' (/home/Prokopyev_132/wwhghghg/FaceRecognitionSystem/app/config.py)