From 28e48e90ae7fb9b7790a6a28c8f8f88a6df1700c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EA=B5=AC?= Date: Thu, 25 Jan 2024 09:34:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=85=EA=B3=A0=20=ED=9B=84=20"=EC=9E=85?= =?UTF-8?q?=EA=B3=A0=EC=99=84=EB=A3=8C"=EA=B0=80=20=EC=B6=9C=EB=A0=A5?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 83cd62a..f1b199c 100644 --- a/app.py +++ b/app.py @@ -159,7 +159,8 @@ def method(): update_data(url) update_stock(warehouse_id, product_id, quantity) - return "POST로 전달된 데이터({}, {}, {}, {})".format(date, wh_name, quantity, pd_name) + return "입고 완료!" + # return "POST로 전달된 데이터({}, {}, {}, {})".format(date, wh_name, quantity, pd_name) # return render_template("form.html", date = row['date'], warehouse_id = row['warehouse_id'], quantity = row['quantity']) if __name__ == '__main__':