Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
PLEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjbowers committed Sep 25, 2017
1 parent 3965150 commit 126e4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilio_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def persist_file(filename, uploaded_file):
persists a file to google cloud.
'''
client = storage.Client()
bucket = client.get_bucket('nytint-stg-newsapps')
bucket = client.get_bucket('int.nyt.com')
local_filename = path.split('/')[-1]
remote_path = '%s/%s' % ('shazongress', local_filename)
blob = bucket.blob(remote_path)
Expand Down

0 comments on commit 126e4bf

Please sign in to comment.