Skip to content
Merged
Prev Previous commit
[LIB-660] correct comment
  • Loading branch information
opalczynski committed Apr 21, 2016
commit 68bc1027498c9e92272777952d25c03b10e147fb
2 changes: 1 addition & 1 deletion syncano/models/push_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class APNSConfig(Model):
Usage::

Add (modify) new keys:
cert_file = open('cert_file.p12', 'r')
cert_file = open('cert_file.p12', 'rb')
apns_config = APNSConfig(development_certificate=cert_file)
apns_config.save()
cert_file.close()
Expand Down