Skip to content

Commit

Permalink
Merge pull request #1 from huandy/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
laco committed Jun 6, 2016
2 parents ac9fe83 + f0c5fbc commit 702b625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centaur/contrib/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ async def ping(self):

async def pong(self):
print("in pong")
return await self._app.f_('ping.ping')
return await self.app.f_('ping.ping')

0 comments on commit 702b625

Please sign in to comment.