File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424app = Flask (__name__ )
2525
2626# Configure the following environment variables via app.yaml
27- # This is used in the push request handler to veirfy that the request came from
27+ # This is used in the push request handler to verify that the request came from
2828# pubsub and originated from a trusted source.
2929app .config ['PUBSUB_VERIFICATION_TOKEN' ] = \
3030 os .environ ['PUBSUB_VERIFICATION_TOKEN' ]
Original file line number Diff line number Diff line change 2525app = Flask (__name__ )
2626
2727# Configure the following environment variables via app.yaml
28- # This is used in the push request handler to veirfy that the request came from
28+ # This is used in the push request handler to verify that the request came from
2929# pubsub and originated from a trusted source.
3030app .config ['PUBSUB_VERIFICATION_TOKEN' ] = \
3131 os .environ ['PUBSUB_VERIFICATION_TOKEN' ]
You can’t perform that action at this time.
0 commit comments