Minor documentation string update

This commit is contained in:
DevilXD
2024-09-16 23:41:09 +02:00
parent 35ecdf764a
commit d7a26f67c1

View File

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