diff options
author | Kyomotoi <[email protected]> | 2022-06-14 14:06:25 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-06-14 14:06:25 +0800 |
commit | 96f7354358752fc938ae20425fb5f2c3c7750883 (patch) | |
tree | 0b0c4339db9a07246ad80b368ef97140d9030f73 | |
parent | 6019f5fea3fa0c8f76d2db39e0cd3c66a63b3d34 (diff) | |
download | ATRI-96f7354358752fc938ae20425fb5f2c3c7750883.tar.gz ATRI-96f7354358752fc938ae20425fb5f2c3c7750883.tar.bz2 ATRI-96f7354358752fc938ae20425fb5f2c3c7750883.zip |
🚑️ 修复bug: #56
-rw-r--r-- | ATRI/plugins/console/driver/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ATRI/plugins/console/driver/__init__.py b/ATRI/plugins/console/driver/__init__.py index 8166c06..c438214 100644 --- a/ATRI/plugins/console/driver/__init__.py +++ b/ATRI/plugins/console/driver/__init__.py @@ -2,6 +2,7 @@ from nonebot.drivers.fastapi import Driver from fastapi.middleware.cors import CORSMiddleware +from ATRI import driver from .view import ( handle_auther, handle_base_uri, |