移除bt rss转json失败后的通知
This commit is contained in:
parent
1029dbee9c
commit
558ad1bdaf
@ -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下载失败");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user