mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2024-11-21 01:38:51 +00:00
fix: 修复统计系统未启动的BUG
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
35b2d28c91
commit
1c38ed34cb
@ -124,6 +124,7 @@ public class Statistics {
|
||||
}
|
||||
this.guid = config.getString("guid");
|
||||
this.debug = config.getBoolean("debug", false);
|
||||
start();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user