File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
app = Flask (__name__ )
25
25
26
26
# 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
28
28
# pubsub and originated from a trusted source.
29
29
app .config ['PUBSUB_VERIFICATION_TOKEN' ] = \
30
30
os .environ ['PUBSUB_VERIFICATION_TOKEN' ]
Original file line number Diff line number Diff line change 25
25
app = Flask (__name__ )
26
26
27
27
# 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
29
29
# pubsub and originated from a trusted source.
30
30
app .config ['PUBSUB_VERIFICATION_TOKEN' ] = \
31
31
os .environ ['PUBSUB_VERIFICATION_TOKEN' ]
You can’t perform that action at this time.
0 commit comments