diff --git a/files/routes/posts.py b/files/routes/posts.py index 597127a98..b93c4ec56 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -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