PythonPusherClient
PythonPusherClient copied to clipboard
Remove redundant key creation in dict
using python's built-in collections.defaultdict() makes this more readable.