joshuaskelly / twitch-observer

Turn Twitch chatter into Python events
MIT License
26 stars 6 forks source link

Adding unsubscribe method to observer #28

Closed PythooonUser closed 7 years ago

PythooonUser commented 7 years ago

Summary

This adds an unsubscribe method to the observer.

Relates to issue #26.

PythooonUser commented 7 years ago

That might be even more simple, without using the index but the object directly.

joshuaskelly commented 7 years ago

Looks good! 👍 Feel free to commit when you are ready.