Skip to content

Commit 81d1f4c

Browse files
committed
Some debugging info added
1 parent d04ab5d commit 81d1f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authenticating-users/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def get_metadata(item_name):
5050
def audience():
5151
global AUDIENCE
5252
if AUDIENCE is None:
53-
project_number = get_metadata(numeric_project_id)
54-
project_id = get_metadata(project_id)
53+
project_number = get_metadata('numeric_project_id')
54+
project_id = get_metadata('project_id')
5555
AUDIENCE = '/projects/{}/apps/{}'.format(
5656
project_number, project_id
5757
)

0 commit comments

Comments
 (0)