Consume requests client
This commit is contained in:
parent
9527fa3abc
commit
e48533441f
@ -40,8 +40,9 @@ class RequestNew(BaseHandler):
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
def initialize(self, page):
|
def initialize(self, page, requests_client):
|
||||||
self.page = page
|
self.page = page
|
||||||
|
self.requests_client = requests_client
|
||||||
|
|
||||||
@tornado.web.authenticated
|
@tornado.web.authenticated
|
||||||
def post(self, screen = 1):
|
def post(self, screen = 1):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user