Fix: Data analysis in API

This commit is contained in:
yoshiko2
2023-02-03 06:13:57 +08:00
parent 3b42a17dbf
commit db35986f87
2 changed files with 3 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ class Pissplay(Parser):
else:
return [tags[0]]
else:
return 'Bruce and Morgan'
return ['Bruce and Morgan']
def getOutline(self, htmltree):
outline = self.getTreeAll(htmltree, self.expr_outline)