remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 01:28:44 +02:00
parent 550c365926
commit 0aaba20fa5
1 changed files with 1 additions and 1 deletions

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
)