Skip to content

Commit

Permalink
[KAN-65] 카테고리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed May 20, 2024
1 parent 1cc8859 commit 7e52a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql_batch/insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 7e52a1e

Please sign in to comment.