I\'m trying to do a system of notifications automatic (Iphone) using https://github.com/simonwhitaker/PyAPNs. When you want to send a notification you call \"apns.gateway_server
import apns gate = apns.APNs('keyfile','certfile').gateway_server() gate.send_notification(key,payload)
Is there a problem when you run this?