summaryrefslogtreecommitdiff
path: root/AyaBot/plugins
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-07-08 09:17:33 +0800
committerKyomotoi <[email protected]>2020-07-08 09:17:33 +0800
commite86c9d9dfe10a3acc937cdb59973dedb3b50b4c5 (patch)
treeb95c6953f0e5c0676e8d22aa30bb3a74808755d6 /AyaBot/plugins
parent3afe958814b82968ab3cba75b4c85c1591fa045c (diff)
downloadATRI-e86c9d9dfe10a3acc937cdb59973dedb3b50b4c5.tar.gz
ATRI-e86c9d9dfe10a3acc937cdb59973dedb3b50b4c5.tar.bz2
ATRI-e86c9d9dfe10a3acc937cdb59973dedb3b50b4c5.zip
Update __init__.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r--AyaBot/plugins/Module/google_translate/__init__.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/AyaBot/plugins/Module/google_translate/__init__.py b/AyaBot/plugins/Module/google_translate/__init__.py
index ef0428a..b1d0c43 100644
--- a/AyaBot/plugins/Module/google_translate/__init__.py
+++ b/AyaBot/plugins/Module/google_translate/__init__.py
@@ -52,28 +52,6 @@ def mr(q, TKK):
return (str(a) + "." + str(a ^ b))
-"""
-def Sr(a, TKK):
- a = ''.join(a['a']['b']['q'])
- return mr(a, TKK)
-d = {
- 'a':{
- 'a': ['q'],
- 'b': {
- 'q': ['me']
- },
- 'c': 1,
- 'g': 1
- },
- 'b': 1,
- 'c': None,
- 'j': False,
-}
-TKK = '426151.3141811846'
-tk = Sr(d, TKK)
-print(tk)
-"""
-
session = requests.session()