Add finalize function to processor
This commit is contained in:
@@ -316,6 +316,7 @@ class LiveChat:
|
||||
self._is_alive = False
|
||||
self._buffer.put({})
|
||||
self._event.set()
|
||||
self.processor.finalize()
|
||||
|
||||
def _task_finished(self):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user