Where i contact to the server and try to get anything information i receive only reference in memory. What i do incorectly?(Sorry about my bad english).
Hi,
the tasks
object is not a list it’s an etree.Element. You can use the pretty_print function to print the XML content.
from gvm.xml import pretty_print
...
pretty_print(tasks)
2 Likes
Please use / create new topics for each new unrelated question.