DmitrMakeev commited on
Commit
348b20e
1 Parent(s): 626a7dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -45,6 +45,20 @@ def save_db():
45
  "email": email,
46
  "unconfirmed": False,
47
  "values": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  {
49
  "parameter_id": pr3_id,
50
  "kind": "string",
@@ -73,20 +87,6 @@ def save_db():
73
  "title": "phone",
74
  "value": phone
75
  },
76
- {
77
- "parameter_id": name_id,
78
- "kind": "string",
79
- "list_id": list_id,
80
- "title": "name",
81
- "value": name
82
- },
83
- {
84
- "parameter_id": name_id,
85
- "kind": "string",
86
- "list_id": list_id,
87
- "title": "name",
88
- "value": name
89
- },
90
  {
91
  "parameter_id": name_id,
92
  "kind": "string",
 
45
  "email": email,
46
  "unconfirmed": False,
47
  "values": [
48
+ {
49
+ "parameter_id": pr3_id,
50
+ "kind": "string",
51
+ "list_id": list_id,
52
+ "title": "pr3",
53
+ "value": pr3
54
+ },
55
+ {
56
+ "parameter_id": pr3_id,
57
+ "kind": "string",
58
+ "list_id": list_id,
59
+ "title": "pr3",
60
+ "value": pr3
61
+ },
62
  {
63
  "parameter_id": pr3_id,
64
  "kind": "string",
 
87
  "title": "phone",
88
  "value": phone
89
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  {
91
  "parameter_id": name_id,
92
  "kind": "string",