From d7a26f67c1dfcbace16c440b4f491377151a72d0 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:41:09 +0200 Subject: [PATCH] Minor documentation string update --- channel.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/channel.py b/channel.py index d8c0f60..65b98cd 100644 --- a/channel.py +++ b/channel.py @@ -375,8 +375,9 @@ class Channel: async def send_watch(self) -> bool: """ - This uses the encoded payload on spade url to simulate watching the stream. - Optimally, send every 60 seconds to advance drops. + This performs a HEAD request on the stream's current playlist, + to simulate watching the stream. + Optimally, send every ~20 seconds to advance drops. """ if self._stream is None: return False