Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan666 committed Dec 22, 2020
1 parent 0ca74a5 commit 5413232
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
> * [常见问题](https://github.com/Quan666/ELF_RSS/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
> * [迁移到 Mirai](https://github.com/Quan666/ELF_RSS/wiki/%E8%BF%81%E7%A7%BB%E5%88%B0-mirai)
### TODO

> 1. 订阅信息保护,不在群组中输出订阅QQ、群组
> 2. 指定时间检查更新
> 3. 暂停检查订阅更新
> 4. ...
## 效果预览

![image-20201221163514747](https://cdn.jsdelivr.net/gh/Quan666/CDN/pic/image-20201221163514747.png)
Expand Down
1 change: 0 additions & 1 deletion src/plugins/ELF_RSS2/plugins/show_dy.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async def handle_first_receive(bot: Bot, event: Event, state: dict):
await RssShow.send(rss.toString())
return


if group_id:
rss_list = rss.findGroup(group=str(group_id))
if not rss_list:
Expand Down

0 comments on commit 5413232

Please sign in to comment.