fix config_handler

This commit is contained in:
weisd
2025-04-13 22:11:56 +08:00
parent 3940ae2d69
commit c40099a636
3 changed files with 65 additions and 52 deletions
+2 -2
View File
@@ -77,11 +77,11 @@ fn print_server_info() {
#[tokio::main]
async fn main() -> Result<()> {
// config::init_config();
// Parse the obtained parameters
let opt = config::Opt::parse();
// config::init_config(opt.clone());
init_license(opt.license.clone());
// Load the configuration file