We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bee6b commit 029ec26Copy full SHA for 029ec26
1 file changed
nxc/first_run.py
@@ -18,7 +18,6 @@ def first_run_setup(logger=nxc_logger):
18
folders = (
19
"logs",
20
"modules",
21
- "protocols",
22
"workspaces",
23
"obfuscated_scripts",
24
"screenshots",
@@ -45,7 +44,3 @@ def first_run_setup(logger=nxc_logger):
45
44
logger.display("Copying default configuration file")
46
default_path = path_join(DATA_PATH, "nxc.conf")
47
shutil.copy(default_path, NXC_PATH)
48
-
49
- # if not exists(CERT_PATH):
50
- # if os.name != 'nt':
51
- # if e.errno == errno.ENOENT:
0 commit comments