From 09eadf5115504886b8815dd79c97888b022313a0 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sat, 28 Jul 2018 23:19:22 -0400 Subject: [PATCH] typo --- txupnp/soap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txupnp/soap.py b/txupnp/soap.py index 0d97d5b..44abb97 100644 --- a/txupnp/soap.py +++ b/txupnp/soap.py @@ -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):