Skip to content

Commit

Permalink
Update getinfobox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OasisAkari committed Aug 3, 2022
1 parent 20f7df8 commit fc73a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/wiki/getinfobox.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ def join_url(base, target):
if x.has_attr('class') and x.has_attr('data-src'):
x.attrs['class'] = 'image'
x.attrs['src'] = x.attrs['data-src']

open_file.write('<div class="mw-parser-output">')

open_file.write(str(find_infobox))
w = 500
open_file.write('</div>')
Expand Down

0 comments on commit fc73a6a

Please sign in to comment.