From a96b02e1f2253871bb4233528fd6ee4534748eae Mon Sep 17 00:00:00 2001 From: Sebastian Wojciechowski Date: Sun, 18 Nov 2018 19:52:36 +0100 Subject: [PATCH] Correct example callback in configuration Signed-off-by: Sebastian Wojciechowski --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.example b/config.toml.example index 52670e93..355cb74f 100644 --- a/config.toml.example +++ b/config.toml.example @@ -5,7 +5,7 @@ amqp_url = "amqp://" publish_exchange = "amq.topic" -callback = "fedora_messaging.examples:print_msg" +callback = "fedora_messaging.example:printer" # Note the double brackets below. # To add another binding, add another [[bindings]] section.