From 5487ad601dea57c34d8721e4373db57df2fe6f17 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Wed, 29 Apr 2020 00:05:27 +0800 Subject: =?UTF-8?q?=E5=90=8C=E6=A0=B7=E5=A2=9E=E5=8A=A0=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E7=90=90=E7=A2=8E=E5=B0=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'run.py') diff --git a/run.py b/run.py index 1f85549..b44f258 100644 --- a/run.py +++ b/run.py @@ -1,5 +1,5 @@ import nonebot -import config +from AyaBot import config from os import path @@ -10,3 +10,4 @@ if __name__ == '__main__': path.join(path.dirname(__file__), 'AyaBot', 'plugins'), 'AyaBot.plugins') nonebot.run() + -- cgit v1.2.3