How to use the pyfcm.extensions.tornado.TornadoBaseAPI function in pyfcm

To help you get started, we’ve selected a few pyfcm examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github olucurious / PyFCM / pyfcm / extensions / tornado.py View on Github external
def __init__(self, *args, **kwargs):
        super(TornadoBaseAPI, self).__init__(*args, **kwargs)
        self.http_client = AsyncHTTPClient()