Update obsolete.py

Updated separator in output 

Signed-off-by: Shad0wC0ntr0ller <90877534+Shad0wC0ntr0ller@users.noreply.github.com>
main
Shad0wC0ntr0ller 2023-09-29 05:49:29 -04:00 committed by Marshall Hallenbeck
parent 68b2f01979
commit 87fce318de
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class CMEModule:
except socket.gaierror:
ip_address = "N/A"
context.log.highlight(f'{answer[0]} -> {ip_address} -> {answer[1]} ')
context.log.highlight(f'{answer[0]} ({ip_address}) : {answer[1]} ')
with open(filename, 'a') as f:
f.write(f'{answer[0]}\n')
else: