remotes/1693045480750635534/spooky-22
fireworks88 2021-09-06 22:06:11 +02:00
parent 947cb8c40f
commit 8d13dc3a68
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ def submit_post(v):
if file.content_type.startswith('image/'):
post_url = upload_imgur(file)
new_post.url = post_url
gevent.spawn(check_processing_thread, post=new_post, link=post_url, db=g.db)
gevent.spawn(check_processing_thread, new_post, post_url, g.db)
else:
try:
new_post.url = upload_video(file)