dg
This commit is contained in:
parent
9060880ad1
commit
60ec0c0ff6
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ def submit_post(v):
|
|||
# shit to make webm work
|
||||
if not post_url.endswith('.mp4'):
|
||||
post_url += 'mp4'
|
||||
print(post_url)
|
||||
# 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue