This commit is contained in:
Wenjie Zhang 2024-09-14 02:45:35 +08:00
parent 5c03d3d7cc
commit 0780638152
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ def setup_logger(name, level=logging.DEBUG, console=False):
# Setup the root logger
logger = setup_logger('Athena')
logger = setup_logger('Yuxi')
# If you want to disable logging from external libraries
# logging.getLogger('some_external_library').setLevel(logging.CRITICAL)

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project: Athena</title>
<title>语析 - Knowledge Management</title>
</head>
<body>
<div id="app"></div>