fix E501 (pep8)
This commit is contained in:
parent
558d6269ed
commit
3b5a663cd4
|
@ -304,7 +304,7 @@ class Filter:
|
||||||
'}')
|
'}')
|
||||||
css = f"{css_html_tag}{css}"
|
css = f"{css_html_tag}{css}"
|
||||||
css = re.sub('body{(.*?)}',
|
css = re.sub('body{(.*?)}',
|
||||||
'body{padding:0 8px;margin: 0 auto;max-width: 736px;}',
|
'body{padding:0 8px;margin:0 auto;max-width:736px;}',
|
||||||
css)
|
css)
|
||||||
style.string = css
|
style.string = css
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user