master
fireworks88 2021-09-06 23:54:13 +02:00
parent 7677f0751f
commit b604749b2a
1 changed files with 4 additions and 0 deletions

View File

@ -558,6 +558,10 @@ def check_processing_thread(v, post, link, db):
db.commit()
break
# just in case
elif status == 'failed':
print(f"video upload for post {post.id} failed")
break
except Exception:
break