diff options
author | Kyomotoi <[email protected]> | 2020-06-07 12:09:13 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-06-07 12:09:13 +0800 |
commit | e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba (patch) | |
tree | b5e85dfc221e4070df081fae0d20cd27030ebb3d /AyaBot/plugins/translate.py | |
parent | 5504c5b9809dc432ef2c6e84f5c726ed01e5abc7 (diff) | |
download | ATRI-e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba.tar.gz ATRI-e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba.tar.bz2 ATRI-e9e2d6b76b8e0f6fe3bf928835d934d01eb28eba.zip |
some changes
Diffstat (limited to 'AyaBot/plugins/translate.py')
-rw-r--r-- | AyaBot/plugins/translate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/plugins/translate.py b/AyaBot/plugins/translate.py index 9c4ade5..9f56dca 100644 --- a/AyaBot/plugins/translate.py +++ b/AyaBot/plugins/translate.py @@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- import re import sys -sys.path.append('D:\code\Aya\AyaBot\plugins\Module') +sys.path.append(r'请改成你机器人的对应目录\Aya\AyaBot\plugins\Module') import demjson import requests from pprint import pformat, pprint |