Skip to content

Commit

Permalink
Remove old documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Nov 2, 2024
1 parent d4cfcb5 commit 7695abf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ async def update_stream(self) -> bool:
"""
Fetches the current channel stream, and if one exists,
updates it's game, title, tags and viewers. Updates channel status in general.
Setting 'trigger_events' to True will trigger on_online and on_offline events,
if the new status differs from the one set before the call.
"""
old_stream = self._stream
self._stream = await self.get_stream()
Expand Down

0 comments on commit 7695abf

Please sign in to comment.