some html implementation

This commit is contained in:
2019-09-08 03:06:31 +03:00
parent 52a3c7fee7
commit 9bd51d9267
18 changed files with 425 additions and 13 deletions

View File

@ -22,7 +22,7 @@ class PlayerBaseView(View):
player_id = player.player_id
self.request.app['party'].set_player(player)
if link is not None:
if link:
parser = AriyalaParser(self.request.app['config'])
items = parser.get(link)
for piece in items: