added help link;
This commit is contained in:
parent
5fefa27434
commit
fe88af79da
@ -1,5 +1,6 @@
|
||||
import pika, sys, os
|
||||
|
||||
# see https://www.rabbitmq.com/tutorials/tutorial-one-python.html
|
||||
|
||||
def main():
|
||||
connection = pika.BlockingConnection(pika.ConnectionParameters(host='localhost'))
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
import pika
|
||||
|
||||
# see https://www.rabbitmq.com/tutorials/tutorial-one-python.html
|
||||
|
||||
connection = pika.BlockingConnection(
|
||||
pika.ConnectionParameters(host='localhost'))
|
||||
channel = connection.channel()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user