mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
updates to reflect changes to vm-api and vban-cmd.
patch bump
This commit is contained in:
@@ -20,10 +20,8 @@ class Subject:
|
||||
def remove(self, observer):
|
||||
"""removes an observer from _observers"""
|
||||
|
||||
try:
|
||||
if observer in self._observers:
|
||||
self._observers.remove(observer)
|
||||
except ValueError:
|
||||
print(f"{observer} not in observers (ungridded)")
|
||||
|
||||
def get(self) -> list:
|
||||
"""returns the current _observers"""
|
||||
|
||||
Reference in New Issue
Block a user