Skip to content

Commit 294e185

Browse files
authored
Update debloater.py
1 parent 5925ff7 commit 294e185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debloater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def create_default_config():
2626
}
2727
with open('config.json', 'w') as config_file:
2828
json.dump(default_config, config_file, indent=4)
29-
print("Default config file 'config.json' created.")
29+
print("Default config file 'config.json' created. Edit it to adjust it to your needs.")
3030
input("Press Enter to exit...")
3131
exit()
3232

0 commit comments

Comments
 (0)