remotes/1693045480750635534/spooky-22
fireworks88 2021-09-07 00:18:12 +02:00
parent 67e3be1959
commit e926373b75
1 changed files with 3 additions and 1 deletions

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