forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-24 01:28:57 +02:00
parent 0aaba20fa5
commit a3d9fd40a1
1 changed files with 1 additions and 4 deletions

View File

@ -951,10 +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"):
gevent.spawn(
thumbnail_thread,
new_post.id
)
gevent.spawn( thumbnail_thread, new_post.id)
notify_users = set()