From 3d21adf205ccc18b2003cef797a4f92f08e8e331 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Thu, 23 May 2024 21:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=B3=A8=E4=BF=A1=E6=81=AF=E6=94=B6?= =?UTF-8?q?=E9=9B=86=20=E5=A6=82=E6=9E=9C=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=B2=A1=E6=9C=89static=E6=96=87=E4=BB=B6=E5=A4=B9=E5=88=99?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=BB=BA=E7=AB=8B=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v4/备注信息收集.py | 1 + 1 file changed, 1 insertion(+) diff --git a/工具v4/备注信息收集.py b/工具v4/备注信息收集.py index 941475bb..d74e8751 100644 --- a/工具v4/备注信息收集.py +++ b/工具v4/备注信息收集.py @@ -6,6 +6,7 @@ app = Flask(__name__) @app.route('/') def index(): + makedir("static") return render_template('remarkindex.html') @app.route('/show_image', methods=['POST'])