Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
Update doc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
deltazefiro committed Feb 18, 2021
1 parent 35f106a commit 710b638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ EXPLOSION is ART!!!

## TODO

见 Project
见 Project
如果您有好的建议/希望加入的功能,欢迎提issues~
*由于寒假的结束,本项目可能更新相对缓慢*

## Demo

Expand All @@ -116,7 +118,7 @@ EXPLOSION is ART!!!
- 部分代码修改自 [Angel-Hair/XUN_Bot](https://github.com/Angel-Hair/XUN_Bot)
- Qzone模拟登录修改自 [luolongfei/qzone-spider](https://github.com/luolongfei/qzone-spider)
- 网易云 [@littlealone100](https://music.163.com/#/artist?id=12063182) 所创作的充满吸引力的作品「 [逍遥游](https://music.163.com/#/song?id=532522915) 」作为音乐陷阱的诱饵
- ~~[@sandboxdream](https://github.com/sandboxdream) 为本项目readme做出的 [至关重要的贡献](https://github.com/233a344a455/DeltaBot/commit/91dc0601fb0c5ed48caaa6f6cc99a77280d3e52a)~~
- ~~[@sandboxdream](https://github.com/sandboxdream) 为本项目文档做出的 [至关重要的贡献](https://github.com/233a344a455/DeltaBot/commit/91dc0601fb0c5ed48caaa6f6cc99a77280d3e52a)~~



Expand Down
2 changes: 1 addition & 1 deletion deltabot/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ def emit(self, record):
format="<g>{time:YYYY-MM-DD HH:mm:ss}</g> <level>| {level} |</level> <c>{name}</c>:<c>{function}</c> - <level>{message}</level>")

logger.add('logfile.log', rotation='10 MB',
# filter='deltabot',
filter='deltabot',
level='INFO',
format="{time:YYYY-MM-DD HH:mm:ss} | {level} | {name}:{function} - {message}")

0 comments on commit 710b638

Please sign in to comment.