diff --git a/pandora_server/extras/pandoraPlugintools/README.md b/pandora_server/extras/pandoraPlugintools/README.md index df7503d021..735fcc78fd 100644 --- a/pandora_server/extras/pandoraPlugintools/README.md +++ b/pandora_server/extras/pandoraPlugintools/README.md @@ -59,9 +59,8 @@ xml_file = ppt.write_xml(xml_content, agent["agent_name"]) ppt.transfer_xml( xml_file, transfer_mode="tentacle", - tentacle_address="192.168.1.20", + tentacle_ip="192.168.1.20", tentacle_port="41121", - temporal="/tmp" ) ```