Skip to content

Commit

Permalink
Merge branch 'hotfix/cmd'
Browse files Browse the repository at this point in the history
  • Loading branch information
aohan237 committed Dec 10, 2018
2 parents a95a69d + 6b2e1ee commit 28fd933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncnsq/tcp/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def execute(self, command, *args, data=None):
if self._conn.closed:
await self.reconnect()
response = self._conn.execute(command, *args, data=data)
return response
return await response

async def auth(self, secret):
"""
Expand Down

0 comments on commit 28fd933

Please sign in to comment.