Make the config dict a singleton
This plus avoiding caching it in the __init__ module avoids what I believe was a cyclical import bug that crashed the program if an error occurred while loading the configuration with the loggers enabled
Loading
Please sign in to comment