File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,25 @@ You may first need to run
3030 python worker.py
3131
3232
33- [ Tutorial three: Publish/Subscribe] ( http://www.rabbitmq.com/tutorial-three-python.html )
33+ [ Tutorial three: Publish/Subscribe] ( http://www.rabbitmq.com/tutorial-three-python.html ) :
3434
3535 python receive_logs.py
3636 python emit_log.py
3737
3838
39- [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-python.html )
39+ [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-python.html ) :
4040
4141 python receive_logs_direct.py
4242 python emit_log_direct.py
4343
4444
45- [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-python.html )
45+ [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-python.html ) :
4646
4747 python receive_logs_topic.py
4848 python emit_log_topic.py
4949
5050
51- [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-python.html )
51+ [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-python.html ) :
5252
5353 python rpc_server.py
5454 python rpc_client.py
You can’t perform that action at this time.
0 commit comments