daedon

Results 1 comments of daedon

In config.py: ``` if not os.path.exists('user_path_config.txt'): return ``` This should always return since "user_path_config.txt" doesn't exist. Saving "config.txt" to "user_path_config.txt" results in: > Processing deprecated config failed Oddly, one day...