fds
This commit is contained in:
parent
e5e0c245fc
commit
3a5a56fad1
1 changed files with 1 additions and 1 deletions
|
@ -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"):
|
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,
|
thumbnail_thread,
|
||||||
new_post.id
|
new_post.id
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue