Spaces:
Sleeping
Sleeping
Commit
·
9aee68a
1
Parent(s):
a6a76ee
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def main():
|
|
139 |
|
140 |
# Process any new files
|
141 |
print("Checking for new files...")
|
142 |
-
new_files_added = process_and_add_new_files(str(transcripts_folder_path), collection
|
143 |
if not new_files_added:
|
144 |
print("No new files to process")
|
145 |
|
|
|
139 |
|
140 |
# Process any new files
|
141 |
print("Checking for new files...")
|
142 |
+
new_files_added = process_and_add_new_files(str(transcripts_folder_path), collection)
|
143 |
if not new_files_added:
|
144 |
print("No new files to process")
|
145 |
|