Skip to content

Commit

Permalink
Fix for #7 hopefully.
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Nov 13, 2014
1 parent 8f83156 commit 240ff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xapsd/apns.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def connectionMade(self):

def connectionLost(self, reason):
log.msg("APNSProtocol.connectionLost")
self.factory.clientConnectionMade(self)
self.factory.clientConnectionLost(self)

def dataReceived(self, data):
log.msg("APNSProtocol.dataReceived: " + data.encode("hex"))
Expand Down

0 comments on commit 240ff40

Please sign in to comment.