From 0035a3fdc3fd32fb75e117c35f8e187f56753ec3 Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 21 Aug 2026 03:42:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(server):=20=E6=B7=BB=E5=8A=A0deploy/profile?= =?UTF-8?q?-scripts=E5=88=B0sys.path(=E4=BF=AE=E5=A4=8Dmo=5Fmodels?= =?UTF-8?q?=E5=AF=BC=E5=85=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server.py b/server.py index 0fe022ad..10340396 100644 --- a/server.py +++ b/server.py @@ -12,6 +12,7 @@ from pathlib import Path import sys sys.path.insert(0, "/home/hmo/MoFin/scripts") sys.path.insert(0, "/home/hmo/MoFin") +sys.path.insert(0, "/home/hmo/MoFin/deploy/profile-scripts") from flask import Flask, jsonify, send_from_directory, request import socket