Skip to content

Commit

Permalink
Fix argpraser for pubsub subscriber
Browse files Browse the repository at this point in the history
Change-Id: I776863091846ee8ff8a70078c8b8d5498cf81ed6
  • Loading branch information
Jon Wayne Parrott authored and plamut committed Jul 10, 2020
1 parent 8c5312c commit 1343f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def callback(message):
delete_subscription(
args.project, args.subscription_name)
elif args.command == 'receive':
receive_messages(args.project, args.topic_name, args.subscription_name)
receive_messages(args.project, args.subscription_name)
elif args.command == 'receive-flow-control':
receive_messages_with_flow_control(
args.project, args.topic_name, args.subscription_name)
args.project, args.subscription_name)

0 comments on commit 1343f98

Please sign in to comment.