1
0
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:
502647092 2016-08-10 15:02:25 +08:00
parent 35b2d28c91
commit 1c38ed34cb

View File

@ -124,6 +124,7 @@ public class Statistics {
}
this.guid = config.getString("guid");
this.debug = config.getBoolean("debug", false);
start();
}
/**