edit readme

This commit is contained in:
alejandro 2023-08-01 10:40:11 +02:00
parent bde41cac3d
commit a214864957
1 changed files with 1 additions and 2 deletions

View File

@ -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"
)
```