From e926373b750597b3acc5c223995b3c2eef32b11a Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Tue, 7 Sep 2021 00:18:12 +0200 Subject: [PATCH] fd --- files/routes/posts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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