Fix DeprecationWarning: invalid escape sequence
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
This commit is contained in:
parent
4c675b8311
commit
e8298726ca
13 changed files with 20 additions and 20 deletions
|
@ -19,4 +19,4 @@ class UiRequestPlugin(object):
|
|||
</html>
|
||||
"""
|
||||
|
||||
return re.sub("</body>\s*</html>\s*$", inject_html, body)
|
||||
return re.sub(r"</body>\s*</html>\s*$", inject_html, body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue