Skip to content

Commit ee61ccf

Browse files
committed
Capitalization typo fixed
1 parent 77e3122 commit ee61ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authenticating-users/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def validate_assertion(assertion):
7272

7373
@app.route('/', methods=['GET'])
7474
def say_hello():
75-
from Flask import request
75+
from flask import request
7676

7777
assertion = request.headers.get('X-Goog-IAP-JWT-Assertion')
7878
email, id = validate_assertion(assertion)

0 commit comments

Comments
 (0)