mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-12-18 02:13:42 +00:00
some html implementation
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user