dg
This commit is contained in:
parent
38a6ab7906
commit
ea2445baf3
2 changed files with 6 additions and 4 deletions
|
@ -626,7 +626,8 @@ def api_comment(v):
|
|||
g.db.add(n)
|
||||
|
||||
if parent.author.id != v.id and PUSHER_ID != 'blahblahblah':
|
||||
gevent.spawn(pusher_thread, f'{request.host}{parent.author.id}', c)
|
||||
try: gevent.spawn(pusher_thread, f'{request.host}{parent.author.id}', c)
|
||||
except: pass
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue