Skip to content

Commit c3c1c93

Browse files
committed
Merge branch 'master' of https://github.com/TwitchIO/TwitchIO
2 parents bad98f2 + 72bf723 commit c3c1c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/pubsub/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def unsubscribe_topics(self, topics: List[Topic]):
8181
8282
"""
8383
for node, vals in itertools.groupby(topics, lambda t: self._topics[t]):
84-
await node.unsubscribe_topics(vals)
84+
await node.unsubscribe_topic(vals)
8585
if not node.topics:
8686
await node.disconnect()
8787
self._pool.remove(node)

0 commit comments

Comments
 (0)