This commit is contained in:
Aevann1 2021-09-24 01:28:44 +02:00
parent e5e0c245fc
commit 3a5a56fad1

View file

@ -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
)