diff options
Diffstat (limited to 'AyaBot/plugins/weather.py')
-rw-r--r-- | AyaBot/plugins/weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/plugins/weather.py b/AyaBot/plugins/weather.py index 6e384b5..158cde2 100644 --- a/AyaBot/plugins/weather.py +++ b/AyaBot/plugins/weather.py @@ -2,7 +2,7 @@ import os import re import sys -sys.path.append(r'请改成你机器人的对应目录\Aya\AyaBot\plugins\Module') +sys.path.append('D:\\code\\Aya\\AyaBot\\plugins\\Module') import json import requests from nonebot import on_command, CommandSession |