Compare commits

..

No commits in common. "c1468cf0947512986f8c928a0092a3c5f442776d" and "6ffbe7f2f512a8e079efbae1dce93379158b401f" have entirely different histories.

View File

@ -62,7 +62,7 @@ public class DmhyRssDownloadManager implements ApplicationContextAware {
} }
BTDownloadManager.download(item.getTitle(), json); BTDownloadManager.download(item.getTitle(), json);
} else { } else {
//QQBotManager.getInstance().sendMessage(item.getTitle() + "\n下载失败\n" + getDmhyUrl(item)); QQBotManager.getInstance().sendMessage(item.getTitle() + "\n下载失败\n" + getDmhyUrl(item));
Log.i(item.getTitle() + "\n下载失败"); Log.i(item.getTitle() + "\n下载失败");
} }
} }