Merge pull request #12 from hahahannes/nested_endpoints

fixed problem with nested endpoints
Mesure-preliminaire
Giacomo Tanganelli 5 years ago committed by GitHub
commit 985763bfe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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