summaryrefslogtreecommitdiff
path: root/AyaBot/plugins/translate.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-06-14 00:03:44 +0800
committerKyomotoi <[email protected]>2020-06-14 00:03:44 +0800
commitfaf116c5afcb20966c7b2e26eef9d4538ab86c6f (patch)
tree0207038c0d66f74eb3291c6afb51a8d38e85cf1c /AyaBot/plugins/translate.py
parente9e2d6b76b8e0f6fe3bf928835d934d01eb28eba (diff)
downloadATRI-faf116c5afcb20966c7b2e26eef9d4538ab86c6f.tar.gz
ATRI-faf116c5afcb20966c7b2e26eef9d4538ab86c6f.tar.bz2
ATRI-faf116c5afcb20966c7b2e26eef9d4538ab86c6f.zip
test
Diffstat (limited to 'AyaBot/plugins/translate.py')
-rw-r--r--AyaBot/plugins/translate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/plugins/translate.py b/AyaBot/plugins/translate.py
index 9f56dca..916c723 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(r'请改成你机器人的对应目录\Aya\AyaBot\plugins\Module')
+sys.path.append('D:\\code\\Aya\\AyaBot\\plugins\\Module')
import demjson
import requests
from pprint import pformat, pprint