hra commited on
Commit
9c1befb
·
1 Parent(s): 029b270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ from google.cloud import storage
26
  bucket_name = "trends_chrome_extension_bucket"
27
  source_blob_name = 'lastradartext.txt'
28
  destination_file_name= 'lastradartext.txt'
29
- storage_client = storage.Client()
30
  bucket = storage_client.bucket(bucket_name)
31
  blob = bucket.blob(source_blob_name)
32
  blob.download_to_filename(destination_file_name)
 
26
  bucket_name = "trends_chrome_extension_bucket"
27
  source_blob_name = 'lastradartext.txt'
28
  destination_file_name= 'lastradartext.txt'
29
+ storage_client = storage.Client(project='createinsightsproject')
30
  bucket = storage_client.bucket(bucket_name)
31
  blob = bucket.blob(source_blob_name)
32
  blob.download_to_filename(destination_file_name)