Chat monitors stream to end
This commit is contained in:
parent
b50a4bad02
commit
38d51636af
4 changed files with 89 additions and 1 deletions
|
|
@ -1088,6 +1088,7 @@ class TwitchArchiveManager:
|
|||
archiver.downloader.start_chat_downloader_thread(
|
||||
archiver.username, chat_json_path,
|
||||
shutdown_check=lambda: self.shutdown_requested or archiver.shutdown_requested,
|
||||
stream_monitor=archiver.stream_monitor,
|
||||
verbose=self.verbose
|
||||
)
|
||||
except Exception as e:
|
||||
|
|
@ -1116,6 +1117,7 @@ class TwitchArchiveManager:
|
|||
archiver.downloader.start_chat_downloader_thread(
|
||||
archiver.username, chat_json_path,
|
||||
shutdown_check=lambda: self.shutdown_requested or archiver.shutdown_requested,
|
||||
stream_monitor=archiver.stream_monitor,
|
||||
verbose=self.verbose or self.chat_only
|
||||
)
|
||||
# Wait for completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue