Exemplo n.º 1
0
 def __init__(self):
     try:
         self.pn = FirebasePushNotifications()
     except UndefinedEnvironmentVariable as e:
         KSR.error(e.message)
     except:
         KSR.info(traceback.format_exc())