Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,9 +139,9 @@ def save_db():
|
|
139 |
|
140 |
@app.route('/save_pl', methods=['POST'])
|
141 |
def save_pl():
|
142 |
-
list_id1 =
|
143 |
-
list_id2 =
|
144 |
-
list_id3 =
|
145 |
data = request.json
|
146 |
name = data.get('name')
|
147 |
email = data.get('email')
|
@@ -215,7 +215,6 @@ def save_pl():
|
|
215 |
}
|
216 |
]
|
217 |
})
|
218 |
-
|
219 |
]
|
220 |
# Вторник
|
221 |
elif current_day == 1:
|
|
|
139 |
|
140 |
@app.route('/save_pl', methods=['POST'])
|
141 |
def save_pl():
|
142 |
+
list_id1 = 560768
|
143 |
+
list_id2 = 560832
|
144 |
+
list_id3 = 560833
|
145 |
data = request.json
|
146 |
name = data.get('name')
|
147 |
email = data.get('email')
|
|
|
215 |
}
|
216 |
]
|
217 |
})
|
|
|
218 |
]
|
219 |
# Вторник
|
220 |
elif current_day == 1:
|