summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()