Update app.py
Browse files
app.py
CHANGED
|
@@ -1712,7 +1712,7 @@ def parse_csv_data(data):
|
|
| 1712 |
parsed_data.append(dict(zip(headers, row)))
|
| 1713 |
return parsed_data
|
| 1714 |
|
| 1715 |
-
def
|
| 1716 |
global current_curator_index
|
| 1717 |
conn = sqlite3.connect(DATABASE2)
|
| 1718 |
cursor = conn.cursor()
|
|
|
|
| 1712 |
parsed_data.append(dict(zip(headers, row)))
|
| 1713 |
return parsed_data
|
| 1714 |
|
| 1715 |
+
def insert_data2(data, template_key):
|
| 1716 |
global current_curator_index
|
| 1717 |
conn = sqlite3.connect(DATABASE2)
|
| 1718 |
cursor = conn.cursor()
|