Skip to content

Commit 500657d

Browse files
author
Jon Wayne Parrott
committed
Adjust code include comments for the pubsub clients
1 parent 1c8c2d3 commit 500657d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-pubsub/bookshelf/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
import requests
2222

2323

24+
# [START get_books_queue]
2425
publisher_client = pubsub.PublisherClient()
2526
subscriber_client = pubsub.SubscriberClient()
2627

2728

28-
# [START get_books_queue]
2929
def get_books_queue():
3030
project = current_app.config['PROJECT_ID']
3131

0 commit comments

Comments
 (0)