Closed mattberjon closed 7 years ago
There is a config.py with default values letting the program running directly without configuration. If the user change these values and store them in the .ascrc dotfile, it's necessary to ensure that the dotfile values override the default ones.
config.py
.ascrc
There is a
config.py
with default values letting the program running directly without configuration. If the user change these values and store them in the.ascrc
dotfile, it's necessary to ensure that the dotfile values override the default ones.