X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fbase_topic.py;h=bbe63377cae19ad22594209c30b2ed50f5df9778;hp=c67ec76903d0ed686279376b278535bfb31fa63e;hb=341ac1bac7b115d64a50ec166aa5e6d186b39443;hpb=4ab6b3f55e1d3da31b008830151821d5a88b83c6;ds=inline diff --git a/osm_nbi/base_topic.py b/osm_nbi/base_topic.py index c67ec76..bbe6337 100644 --- a/osm_nbi/base_topic.py +++ b/osm_nbi/base_topic.py @@ -308,6 +308,7 @@ class BaseTopic: def _send_msg(self, action, content, not_send_msg=None): if self.topic_msg and not_send_msg is not False: + content = content.copy() content.pop("_admin", None) if isinstance(not_send_msg, list): not_send_msg.append((self.topic_msg, action, content))