From 0aaba20fa5ba817a157013cf395320adc65ba56b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 24 Sep 2021 01:28:44 +0200 Subject: [PATCH] fds --- 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 654d4376d..58546c9a9 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -951,7 +951,7 @@ def submit_post(v): if (new_post.url or request.files.get('file')) and (v.is_activated or request.headers.get('cf-ipcountry')!="T1"): - new_thread = gevent.spawn( + gevent.spawn( thumbnail_thread, new_post.id )