Fix linting
This commit is contained in:
parent
987cb585e7
commit
affc313a88
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ config.read("config.ini")
|
||||||
# Global authentication configuration
|
# Global authentication configuration
|
||||||
auth_configured = bool(auth_handler.accounts)
|
auth_configured = bool(auth_handler.accounts)
|
||||||
|
|
||||||
|
|
||||||
def create_app(args):
|
def create_app(args):
|
||||||
# Setup logging
|
# Setup logging
|
||||||
logger.setLevel(args.log_level)
|
logger.setLevel(args.log_level)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue