完善机器人功能

使用缓存来存储直播信息,防止频繁请求导致412问题
This commit is contained in:
2021-04-08 22:03:47 +08:00
parent ab6bfbfd42
commit 9b7633e8a9
23 changed files with 305 additions and 129 deletions

View File

@@ -90,7 +90,7 @@ public class MavenWrapperDownloader {
System.exit(0);
} catch (Throwable e) {
com.yutou.bilibili.Tools.Log.i("- Error downloading");
e.printStackTrace();
com.yutou.bilibili.Tools.Log.e(e);
System.exit(1);
}
}