diff --git a/files/routes/posts.py b/files/routes/posts.py index 91e8fec69..e7b62b403 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -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