[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -425,7 +425,7 @@ def handle():
|
||||
"<!--QSS-->", '<style type="text/css">' + ALTCSS + "</style>"
|
||||
)
|
||||
else:
|
||||
with codecs.open(path, encoding='utf-8') as f:
|
||||
with codecs.open(path, encoding="utf-8") as f:
|
||||
ALTCSS = f.read()
|
||||
HTML = HTML.replace(
|
||||
"<!--QSS-->", '<style type="text/css">' + ALTCSS + "</style>"
|
||||
|
||||
Reference in New Issue
Block a user