diff options
| author | Scott <[email protected]> | 2022-01-07 11:14:29 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-07 11:14:29 -0800 |
| commit | e8671a716da868332d3ac1f66d4d2f7f8d33fc28 (patch) | |
| tree | b62a841528cfc3bc64963666143083fcdac7c975 /site_config.py | |
| parent | 5f75cf834725ac26b289cc5f157af0cb71cd5f0e (diff) | |
Make logging optionally remove global handlers added by (shitty) pip
modules. Make config optionally halt on unrecognized arguments.
Make profanity filter smarter.
Diffstat (limited to 'site_config.py')
| -rw-r--r-- | site_config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site_config.py b/site_config.py index caaf3d8..492623f 100644 --- a/site_config.py +++ b/site_config.py @@ -12,8 +12,8 @@ from type.locations import Location logger = logging.getLogger(__name__) args = config.add_commandline_args( - f'({__file__})', - 'Args related to __file__' + f'Global Site Config ({__file__})', + f'Args related to global site-specific configuration' ) args.add_argument( '--site_config_override_location', |
