DmitrMakeev commited on
Commit
efb798a
1 Parent(s): 30112c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ 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, 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
  )
 
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, 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
  )