Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import traceback # For detailed error logging
|
|
| 13 |
|
| 14 |
# --- Configuration ---
|
| 15 |
# **** CORRECTED CONFIGURATION VARIABLE ****
|
| 16 |
-
convertapi.api_credentials = '
|
| 17 |
|
| 18 |
# Define a temporary directory for generated files
|
| 19 |
UPLOAD_FOLDER = 'temp_files'
|
|
|
|
| 13 |
|
| 14 |
# --- Configuration ---
|
| 15 |
# **** CORRECTED CONFIGURATION VARIABLE ****
|
| 16 |
+
convertapi.api_credentials = 'wDqwHbqZgtM73OlIOY9CmgYUpUPX7Vem'
|
| 17 |
|
| 18 |
# Define a temporary directory for generated files
|
| 19 |
UPLOAD_FOLDER = 'temp_files'
|