fixed problem with nested endpoints
This commit is contained in:
parent
17673ebced
commit
95fd89d7a2
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue