diff --git a/amlip_py/amlip_py/node/FiwareNode.py b/amlip_py/amlip_py/node/FiwareNode.py index 34599259..960cd46d 100644 --- a/amlip_py/amlip_py/node/FiwareNode.py +++ b/amlip_py/amlip_py/node/FiwareNode.py @@ -296,7 +296,7 @@ def patch_inference( def get_inference( self, - timeout=0) -> dict: + timeout=None) -> dict: """ Get inference data from the Fiware context broker. @@ -304,7 +304,7 @@ def get_inference( ---------- timeout : int Timeout in seconds for the request. - Defaults to 0 (no timeout). + Defaults to None (no timeout). Returns -------