From 7e52a1eddd75b961f77f15f4f3d20d400198d30b Mon Sep 17 00:00:00 2001 From: sinkyoungdeok Date: Mon, 20 May 2024 23:47:28 +0900 Subject: [PATCH] =?UTF-8?q?[KAN-65]=20=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql_batch/insert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql_batch/insert.py b/mysql_batch/insert.py index 5ca8392..77c72d8 100644 --- a/mysql_batch/insert.py +++ b/mysql_batch/insert.py @@ -29,7 +29,7 @@ def insert_into_restaurants(cursor, restaurant): cursor.execute(insert_query, ( restaurant['id'], restaurant['name'], - restaurant['custom_category'], + restaurant['category'], 0, 0, restaurant['address'],