This commit is contained in:
fireworks88 2021-09-07 00:18:12 +02:00
parent 9d0132f935
commit 64a2008cc4

View file

@ -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