This commit is contained in:
Pritimay Sarkar
2023-08-22 09:05:30 +05:30
parent 5e47eb72eb
commit e21a1b3db8
3 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ from datetime import datetime
if __name__ == "__main__":
path_delim = ""
if platform.system() == 'Windows':
path_delim = '\\'
else:
@@ -81,4 +80,4 @@ if __name__ == "__main__":
print(f"Data saved to '{output_path}'")
# Close the Firebase Admin SDK
# firebase_admin.delete_app(firebase_admin.get_app())
firebase_admin.delete_app(firebase_admin.get_app())

View File