From 25b8997abe25bfff9fcd0f2f31172b9daf8c9501 Mon Sep 17 00:00:00 2001 From: winterhalderp Date: Wed, 26 May 2021 12:03:58 +0200 Subject: [PATCH] Comment Changes in pubsub_library_v3 --- src/pubsub/pubsub/pubsub_library_v3.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pubsub/pubsub/pubsub_library_v3.py b/src/pubsub/pubsub/pubsub_library_v3.py index 7cf1193..4160a0b 100644 --- a/src/pubsub/pubsub/pubsub_library_v3.py +++ b/src/pubsub/pubsub/pubsub_library_v3.py @@ -166,7 +166,9 @@ class MinimalServiceProvider(Node): # Insert your callback code here def user_defined(self, request, response): - """ Write your user defined code here which will be run at every service call + """ OLD! Use function parameter srv_callback_fct instead! + + Write your user defined code here which will be run at every service call Input: * request: srv request class