yangdx
commited on
Commit
·
de8006e
1
Parent(s):
1f539cb
Fix linting
Browse files
lightrag/api/lightrag_server.py
CHANGED
@@ -59,6 +59,7 @@ config.read("config.ini")
|
|
59 |
# Global authentication configuration
|
60 |
auth_configured = bool(auth_handler.accounts)
|
61 |
|
|
|
62 |
def create_app(args):
|
63 |
# Setup logging
|
64 |
logger.setLevel(args.log_level)
|
|
|
59 |
# Global authentication configuration
|
60 |
auth_configured = bool(auth_handler.accounts)
|
61 |
|
62 |
+
|
63 |
def create_app(args):
|
64 |
# Setup logging
|
65 |
logger.setLevel(args.log_level)
|