diff options
Diffstat (limited to 'karton/android/android.py')
| -rw-r--r-- | karton/android/android.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karton/android/android.py b/karton/android/android.py index 79035e4..7edbc7e 100644 --- a/karton/android/android.py +++ b/karton/android/android.py | |||
| @@ -50,7 +50,7 @@ class Android(Karton): | |||
| 50 | "certificate_issuer": [cert.issuer.human_friendly], | 50 | "certificate_issuer": [cert.issuer.human_friendly], |
| 51 | "certificate_not_after": [not_after], | 51 | "certificate_not_after": [not_after], |
| 52 | "certificate_not_before": [not_before], | 52 | "certificate_not_before": [not_before], |
| 53 | "certificate_serial": [cert.serial_number], | 53 | "certificate_serial": [str(cert.serial_number)], |
| 54 | "certificate_subject": [cert.subject.human_friendly], | 54 | "certificate_subject": [cert.subject.human_friendly], |
| 55 | } | 55 | } |
| 56 | ) | 56 | ) |
