Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -569,7 +569,7 @@ def update_or_insert_user(db_name, user_data, mapping_template):
|
|
569 |
required_fields = [
|
570 |
"vk_id", "chat_id", "ws_st", "ws_stop", "web_st", "fin_prog",
|
571 |
"b_city", "b_fin", "b_ban", "b_ign", "b_baners", "b_butt", "b_mess",
|
572 |
-
"
|
573 |
"key_pr", "n_con", "canal", "data_on", "data_t", 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'gcpc'
|
574 |
]
|
575 |
|
|
|
569 |
required_fields = [
|
570 |
"vk_id", "chat_id", "ws_st", "ws_stop", "web_st", "fin_prog",
|
571 |
"b_city", "b_fin", "b_ban", "b_ign", "b_baners", "b_butt", "b_mess",
|
572 |
+
"orders", "curator", "pr1", "pr2", "pr3", "pr4", "pr5", "gc_url",
|
573 |
"key_pr", "n_con", "canal", "data_on", "data_t", 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'gcpc'
|
574 |
]
|
575 |
|