This commit is contained in:
fireworks88 2021-09-06 23:54:13 +02:00
parent f39951380e
commit b538cb9fb4

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