We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5925ff7 commit 294e185Copy full SHA for 294e185
debloater.py
@@ -26,7 +26,7 @@ def create_default_config():
26
}
27
with open('config.json', 'w') as config_file:
28
json.dump(default_config, config_file, indent=4)
29
- print("Default config file 'config.json' created.")
+ print("Default config file 'config.json' created. Edit it to adjust it to your needs.")
30
input("Press Enter to exit...")
31
exit()
32
0 commit comments