fd
This commit is contained in:
parent
f39951380e
commit
b538cb9fb4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue