Explorar o código

Removed Exception from empty Poll result.

Stan Janssen %!s(int64=4) %!d(string=hai) anos
pai
achega
0ada647a26
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      openleadr/client.py

+ 0 - 1
openleadr/client.py

@@ -369,7 +369,6 @@ class OpenADRClient:
         print("Now polling")
         response_type, response_payload = await self.poll()
         if response_type is None:
-            raise Exception("NO RESPONSE")
             return
 
         if response_type == 'oadrResponse':