fixed problem with nested endpoints

Mesure-preliminaire
Hannes Hansen 6 years ago
parent 17673ebced
commit 95fd89d7a2

@ -273,8 +273,6 @@ class CoAP(object):
except KeyError:
res = None
if res is None:
if len(paths) != i:
return False
resource.path = actual_path
self.root[actual_path] = resource
return True

Loading…
Cancel
Save