From 640a70c2b50db3dca3db9cd558dff6642dba8017 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 8 Jun 2015 23:02:46 +0300 Subject: Set default sn and description --- gsxws/products.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gsxws/products.py b/gsxws/products.py index c085aeb..4036bda 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -26,6 +26,9 @@ class Product(object): """ Something serviceable made by Apple """ + sn = '' #serialNumber + description = '' #configDescription + def __init__(self, sn, **kwargs): if validate(sn, 'alternateDeviceId'): self.alternateDeviceId = sn -- cgit v1.2.3