Skip to content
Snippets Groups Projects
Commit ed336253 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Improved scans result printing

parent 93ebb1a3
No related branches found
No related tags found
1 merge request!46Improved scans result printing
......@@ -409,7 +409,7 @@ auth_name = os.getenv('GMP_USER')
auth_passwd = os.getenv('GMP_PASSWORD')
print(auth_name, auth_passwd)
logging.basicConfig(filename='debug.log', level=logging.DEBUG)
local_ip = os.getenv('HOST_IP')
local_ip = "127.0.0.1"
connection = TLSConnection(hostname=local_ip)
transform = EtreeTransform()
config = {'id':"9866edc1-8869-4e80-acac-d15d5647b4d9"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment