Fix linting
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user