From 74d96475c9154eaf1455400c550e4565c6401ba6 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Tue, 7 Sep 2021 17:48:57 +0200 Subject: [PATCH] die --- files/routes/posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/posts.py b/files/routes/posts.py index bb8c17363e..cd878811b5 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -919,6 +919,7 @@ def submit_post(v): else: try: post_url = upload_video(file) + print(post_url) new_post.url = post_url new_post.processing = True gevent.spawn(check_processing_thread, v.id, new_post, post_url, g.db)