Spaces:
Runtime error
Runtime error
Update functions.py
Browse files- functions.py +1 -3
functions.py
CHANGED
|
@@ -59,6 +59,4 @@ def write_text_file(content, file_path):
|
|
| 59 |
return True
|
| 60 |
except Exception as e:
|
| 61 |
print(f"Error occurred while writing the file: {e}")
|
| 62 |
-
return False
|
| 63 |
-
|
| 64 |
-
google_api_key="AIzaSyD5zrx-SLKPMzb3TliNgRWXevvnzgiAayE"
|
|
|
|
| 59 |
return True
|
| 60 |
except Exception as e:
|
| 61 |
print(f"Error occurred while writing the file: {e}")
|
| 62 |
+
return False
|
|
|
|
|
|