We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5312c commit 1343f98Copy full SHA for 1343f98
samples/snippets/subscriber.py
@@ -142,7 +142,7 @@ def callback(message):
142
delete_subscription(
143
args.project, args.subscription_name)
144
elif args.command == 'receive':
145
- receive_messages(args.project, args.topic_name, args.subscription_name)
+ receive_messages(args.project, args.subscription_name)
146
elif args.command == 'receive-flow-control':
147
receive_messages_with_flow_control(
148
- args.project, args.topic_name, args.subscription_name)
+ args.project, args.subscription_name)
0 commit comments