This commit is contained in:
Aevann1 2022-04-03 17:53:20 +02:00
parent 38a6ab7906
commit ea2445baf3
2 changed files with 6 additions and 4 deletions

View file

@ -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