Skip to content

Commit 008ad07

Browse files
author
chenyumic
authored
Update main.py
1 parent bf78d39 commit 008ad07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/ocr/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
publisher = pubsub_v1.PublisherClient()
2727
storage_client = storage.Client()
2828

29-
project_id = os.environ['GCLOUD_PROJECT']
29+
project_id = os.environ['GCP_PROJECT']
3030

3131
with open('config.json') as f:
3232
data = f.read()

0 commit comments

Comments
 (0)