From e86c9d9dfe10a3acc937cdb59973dedb3b50b4c5 Mon Sep 17 00:00:00 2001
From: Kyomotoi <1172294279@qq.com>
Date: Wed, 8 Jul 2020 09:17:33 +0800
Subject: Update __init__.py

---
 AyaBot/plugins/Module/google_translate/__init__.py | 22 ----------------------
 1 file changed, 22 deletions(-)

(limited to 'AyaBot/plugins/Module')

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()
 
 
-- 
cgit v1.2.3