Reverted kdur creation following the kdu modeling before SOL006
[osm/NBI.git] / osm_nbi / base_topic.py
index c67ec76..bbe6337 100644 (file)
@@ -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))