wolph / python-statsd

Python Client for the Etsy NodeJS Statsd Server
http://readthedocs.org/docs/python-statsd/en/latest/
BSD 3-Clause "New" or "Revised" License
110 stars 39 forks source link

Fix bug #1

Closed korzhenevski closed 13 years ago

korzhenevski commented 13 years ago

in code:

timer = self.statsd_client.getclient(class=statsd.Timer) fix bug: returns connection instance instead concrete class

wolph commented 13 years ago

Thank you very much for the bugfix, that was quite a silly mistake of me :)