Update obsolete.py
Updated separator in output Signed-off-by: Shad0wC0ntr0ller <90877534+Shad0wC0ntr0ller@users.noreply.github.com>main
parent
68b2f01979
commit
87fce318de
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue