Add logging to speaking grading.
This commit is contained in:
@@ -10,7 +10,7 @@ def download_firebase_file(bucket_name, source_blob_name, destination_file_name)
|
||||
bucket = storage_client.bucket(bucket_name)
|
||||
blob = bucket.blob(source_blob_name)
|
||||
blob.download_to_filename(destination_file_name)
|
||||
logging.info(f"File uploaded to {destination_file_name}")
|
||||
logging.info(f"File downloaded to {destination_file_name}")
|
||||
return destination_file_name
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user