Update obsolete.py

change cme to nxc

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

View File

@ -66,8 +66,8 @@ class CMEModule:
domain = ".".join(hostname_parts[1:])
home = Path.home()
cme_path = home / ".cme"
logs_path = cme_path / 'logs'
nxc_path = home / ".nxc"
logs_path = nxc_path / 'logs'
filename = logs_path / f'{domain}.obsoletehosts.txt'
context.log.display(f'Obsolete hosts will be saved to {filename}')