Pass childs to childs attribute
This commit is contained in:
parent
c63ecf7781
commit
1b0a5caa1b
@ -44,7 +44,7 @@ class DictRequest(Request):
|
|||||||
def __init__(self, name, attrs={}, childs={}):
|
def __init__(self, name, attrs={}, childs={}):
|
||||||
self.name = name
|
self.name = name
|
||||||
self.attrs = attrs
|
self.attrs = attrs
|
||||||
self.childs = attrs
|
self.childs = childs
|
||||||
|
|
||||||
|
|
||||||
class Response:
|
class Response:
|
||||||
|
Loading…
Reference in New Issue
Block a user