fd
This commit is contained in:
parent
0bf12438d6
commit
897b39be10
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ from urllib.parse import urlparse
|
|||
import mistletoe
|
||||
import urllib.parse
|
||||
import gevent
|
||||
import traceback
|
||||
|
||||
from files.helpers.wrappers import *
|
||||
from files.helpers.sanitize import *
|
||||
|
@ -566,8 +567,8 @@ def check_processing_thread(v, post, link, db):
|
|||
print(f"video upload for post {post.id} failed")
|
||||
break
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
print("retard")
|
||||
traceback.print_exc()
|
||||
print("retard. aborting thread")
|
||||
break
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue