Coding error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolas Duhamel 2021-07-16 10:41:15 +02:00
parent 8b2193af9b
commit ffd1052bcf

View File

@ -56,7 +56,6 @@ class Yamaha:
raise ApiError(r.url, r_json['response_code']) raise ApiError(r.url, r_json['response_code'])
return r_json return r_json
@exception_handler
def search_senario(self, name: str): def search_senario(self, name: str):
for s in self.available_senarios: for s in self.available_senarios:
if s.name() == name.lower(): if s.name() == name.lower():