Skip to content

Commit

Permalink
🐛 修正require插件错误
Browse files Browse the repository at this point in the history
  • Loading branch information
AzideCupric committed May 8, 2023
1 parent 4290d45 commit 605aaba
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 262 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ temp/
temp-*
temp.*
temp_*
data/
# Created by https://www.toptal.com/developers/gitignore/api/python,node,visualstudiocode,jetbrains,macos,windows,linux
# Edit at https://www.toptal.com/developers/gitignore?templates=python,node,visualstudiocode,jetbrains,macos,windows,linux

Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_penguin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from nonebot import require

require("nonebot_plugin_apscheduler")
# require("nonebot_plugin_saa")
require("nonebot_plugin_saa")
require("nonebot_plugin_htmlrender")

from . import ( # noqa: E402
Expand Down
Loading

0 comments on commit 605aaba

Please sign in to comment.