From 0872305041add98c6b364875f3940944b9a2db2d Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Wed, 27 Oct 2021 11:27:39 +0200 Subject: [PATCH] ijdudheiu --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 24a8269ff..d1bae3bf5 100755 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -864,7 +864,7 @@ def submit_post(v): gevent.spawn(archiveorg, new_post.url) # archive other urls in post - url_regex = '([^\"]+)' + url_regex = '([^\"]+)' _body = new_post.body_html print(_body) for url_match in re.finditer(url_regex, _body, flags=re.M|re.I):