die
This commit is contained in:
parent
9aba30dc91
commit
744c676984
1 changed files with 1 additions and 0 deletions
|
@ -919,6 +919,7 @@ def submit_post(v):
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
post_url = upload_video(file)
|
post_url = upload_video(file)
|
||||||
|
print(post_url)
|
||||||
new_post.url = post_url
|
new_post.url = post_url
|
||||||
new_post.processing = True
|
new_post.processing = True
|
||||||
gevent.spawn(check_processing_thread, v.id, new_post, post_url, g.db)
|
gevent.spawn(check_processing_thread, v.id, new_post, post_url, g.db)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue