Update app.py
Browse files
app.py
CHANGED
@@ -1857,7 +1857,7 @@ def j_clean_phone_number(phone_number):
|
|
1857 |
|
1858 |
def j_insert_data(data, verify_phone, add_curator):
|
1859 |
global current_curator_index
|
1860 |
-
conn = sqlite3.connect(DATABASE5) #
|
1861 |
cursor = conn.cursor()
|
1862 |
|
1863 |
for row in data:
|
@@ -1963,7 +1963,6 @@ def j_se_upl_json():
|
|
1963 |
|
1964 |
|
1965 |
|
1966 |
-
|
1967 |
|
1968 |
|
1969 |
@app.route('/gc_in', methods=['GET'])
|
|
|
1857 |
|
1858 |
def j_insert_data(data, verify_phone, add_curator):
|
1859 |
global current_curator_index
|
1860 |
+
conn = sqlite3.connect(DATABASE5) # Подключение к базе данных
|
1861 |
cursor = conn.cursor()
|
1862 |
|
1863 |
for row in data:
|
|
|
1963 |
|
1964 |
|
1965 |
|
|
|
1966 |
|
1967 |
|
1968 |
@app.route('/gc_in', methods=['GET'])
|