remotes/1693045480750635534/spooky-22
fireworks88 2021-09-07 17:48:57 +02:00
parent 6d4d78234e
commit 74d96475c9
1 changed files with 1 additions and 0 deletions

View File

@ -919,6 +919,7 @@ def submit_post(v):
else:
try:
post_url = upload_video(file)
print(post_url)
new_post.url = post_url
new_post.processing = True
gevent.spawn(check_processing_thread, v.id, new_post, post_url, g.db)