Added request placeholders

This commit is contained in:
Brian Duggan
2018-05-29 13:39:29 -04:00
parent 404c9fa497
commit 20fb102e1b
8 changed files with 75 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ from atst.handler import BaseHandler
class MainHandler(BaseHandler):
def initialize(self,page):
def initialize(self, page):
self.page = page
def get(self):