Compare commits

...

2 Commits

Author SHA1 Message Date
c1468cf094 Merge remote-tracking branch 'origin/master' 2023-06-21 14:05:47 +08:00
558ad1bdaf 移除bt rss转json失败后的通知 2023-06-21 14:05:33 +08:00

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下载失败");
} }
} }