Example #1
0
 def __init__(self, channel_salt, app_id=None, key=None, secret=None, **options):
     self.channel_salt = channel_salt
     self.pusher = Pusher(app_id, key, secret)