DmitrMakeev
commited on
Commit
•
fe31ed4
1
Parent(s):
d57ba51
Update app.py
Browse files
app.py
CHANGED
@@ -112,9 +112,9 @@ def load_data_from_json():
|
|
112 |
|
113 |
query = '''
|
114 |
INSERT INTO contacts (
|
115 |
-
name, phone, email, vk_id, chat_id, ws_statys, ws_stop, web_statys, fin_progress, shop_statys_full, curator, pr1, pr2, pr3, pr4, pr5, ad_url
|
116 |
) VALUES (
|
117 |
-
:Имя, :Телефон, :Email, :vk_id, :chat_id, :ws_st, :ws_stop, :web_st, :fin_prog, :shop_st, :
|
118 |
)
|
119 |
'''
|
120 |
cursor.execute(query, user_data)
|
|
|
112 |
|
113 |
query = '''
|
114 |
INSERT INTO contacts (
|
115 |
+
name, phone, email, vk_id, chat_id, ws_statys, ws_stop, web_statys, fin_progress, shop_statys_full, curator, pr1, pr2, pr3, pr4, pr5, ad_url, curator
|
116 |
) VALUES (
|
117 |
+
:Имя, :Телефон, :Email, :vk_id, :chat_id, :ws_st, :ws_stop, :web_st, :fin_prog, :shop_st, :pr1, :pr2, :pr3, :pr4, :pr5, :ad_url, :curator
|
118 |
)
|
119 |
'''
|
120 |
cursor.execute(query, user_data)
|