benoitc/couchdbkit

spotted a typo in consumer/base.py

fabware opened this issue · 1 comments

spotted a typo in line 32 consumer/base.py, not sure how to use comment, open a bug here.

def wait_async(cb, **params):

should be:

def wait_async(self, cb, **params):

fixed in 9ba27e3 thanks !