Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ ICIJ_LEAKS_DB_NAME = 'icij_leaks.db'
|
|
28 |
ICIJ_LEAKS_DATA_DIR = './icij_data'
|
29 |
|
30 |
# Remove existing database (if present), since we will recreate it below.
|
31 |
-
icij_db_path = Path(ICIJ_LEAKS_DB_NAME)
|
32 |
icij_db_path.unlink(missing_ok=True)
|
33 |
|
34 |
# Load ICIJ data files into an SQLite database
|
|
|
28 |
ICIJ_LEAKS_DATA_DIR = './icij_data'
|
29 |
|
30 |
# Remove existing database (if present), since we will recreate it below.
|
31 |
+
icij_db_path = pathlib.Path(ICIJ_LEAKS_DB_NAME)
|
32 |
icij_db_path.unlink(missing_ok=True)
|
33 |
|
34 |
# Load ICIJ data files into an SQLite database
|