mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
repair
This commit is contained in:
parent
c62bdd8730
commit
adaa5e8d9c
@ -2560,13 +2560,10 @@ class mdict(cishubase):
|
||||
# print(keys)
|
||||
for k in keys:
|
||||
content = index.mdx_lookup(k)[0]
|
||||
while True:#あさひ
|
||||
match = re.match("@@@LINK=(.*)", content.strip())
|
||||
if match:
|
||||
match = match.groups()[0]
|
||||
content = index.mdx_lookup(match)[0]
|
||||
else:
|
||||
break
|
||||
match = re.match("@@@LINK=(.*)", content.strip())
|
||||
if match:
|
||||
match = match.groups()[0]
|
||||
content = index.mdx_lookup(match)[0]
|
||||
results.append(self.parseashtml(content))
|
||||
except:
|
||||
from traceback import print_exc
|
||||
|
Loading…
x
Reference in New Issue
Block a user