Update app.py
Browse files
app.py
CHANGED
|
@@ -240,9 +240,9 @@ def load_data_from_json(json_data):
|
|
| 240 |
|
| 241 |
query = '''
|
| 242 |
INSERT INTO contacts (
|
| 243 |
-
name, phone, email, vk_id, chat_id, ws_statys, ws_stop, web_statys, fin_progress, shop_statys_full, pr1, pr2, pr3, pr4, pr5, ad_url, curator
|
| 244 |
) VALUES (
|
| 245 |
-
:Имя, :Телефон, :Email, :vk_id, :chat_id, :ws_st, :ws_stop, :web_st, :fin_prog, :shop_st, :pr1, :pr2, :pr3, :pr4, :pr5, :ad_url, :curator
|
| 246 |
)
|
| 247 |
|
| 248 |
'''
|
|
|
|
| 240 |
|
| 241 |
query = '''
|
| 242 |
INSERT INTO contacts (
|
| 243 |
+
name, phone, email, vk_id, chat_id, ws_statys, ws_stop, web_statys, fin_progress, shop_statys_full, pr1, pr2, pr3, pr4, pr5, ad_url, curator, key_pr, canal, data_t
|
| 244 |
) VALUES (
|
| 245 |
+
:Имя, :Телефон, :Email, :vk_id, :chat_id, :ws_st, :ws_stop, :web_st, :fin_prog, :shop_st, :pr1, :pr2, :pr3, :pr4, :pr5, :ad_url, :curator, :key_pr, :canal, :data_t
|
| 246 |
)
|
| 247 |
|
| 248 |
'''
|