Remove print statement

mdns
rvrsh3ll 2017-08-20 16:29:57 -04:00
parent 73b8117097
commit 6ad8c2e2eb
1 changed files with 1 additions and 2 deletions

View File

@ -105,8 +105,7 @@ function Start-mDNSServer {
$udp_client.Close()
}
}
Start-mDNSServer"""
print server_script
Start-mDNSServer"""
base64_script = base64.b64encode(str(server_script).encode('UTF-16LE'))
base64_launcher = base64_script.replace('\n','')