Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
fix resolver initialization in ChildProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
tumb1er committed Jun 23, 2015
1 parent 2d1a8c2 commit cb13ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvasya/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, up_read, down_write, args, sock):

@property
def protocol_factory(self):
app = web.Application(router=self.resolver_class,
app = web.Application(router=self.resolver_class(),
loop=self.loop,
middlewares=self.middlewares,
logger=self.logger)
Expand Down

0 comments on commit cb13ed6

Please sign in to comment.