This commit is contained in:
parent
8b2193af9b
commit
ffd1052bcf
@ -56,7 +56,6 @@ class Yamaha:
|
||||
raise ApiError(r.url, r_json['response_code'])
|
||||
return r_json
|
||||
|
||||
@exception_handler
|
||||
def search_senario(self, name: str):
|
||||
for s in self.available_senarios:
|
||||
if s.name() == name.lower():
|
||||
|
Loading…
x
Reference in New Issue
Block a user