djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

AttributeError: 'Frame' object has no attribute 'get_frame' #74

Closed CTassisF closed 10 years ago

CTassisF commented 10 years ago

I'm getting this error after today's update in PyAPNs code:

AttributeError: 'Frame' object has no attribute 'get_frame'

Are you aware of it?

lbjworld commented 10 years ago

got this problem too, fixed by changing the 'get_frame()' to 'frame_data' :)