pystatsd
pystatsd copied to clipboard
server.py now allows empty string prefix
In the previous implementation, when passing the empty string to the prefix parameter, the final key constructed was .key when it should have been key.
:+1:
Any chances that this is going to be merged to master? Are you planning to push this to pip?