This commit is contained in:
Jack Robison 2018-07-28 23:19:22 -04:00
parent ebf7fd6874
commit 09eadf5115
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -46,7 +46,7 @@ class SOAPServiceManager(object):
if self._command_runners and not self._selected_runner in self._command_runners:
self._selected_runner = list(self._command_runners.keys())[0]
if not self._command_runners:
raise UPnPError("not devices found")
raise UPnPError("no devices found")
return self._command_runners[self._selected_runner]
def get_available_runners(self):