fd
This commit is contained in:
parent
9d0132f935
commit
64a2008cc4
1 changed files with 3 additions and 1 deletions
|
@ -565,7 +565,9 @@ def check_processing_thread(v, post, link, db):
|
|||
elif status == 'failed':
|
||||
print(f"video upload for post {post.id} failed")
|
||||
break
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
print("retard")
|
||||
break
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue