From fc037d07daed0e10eb4f981847975c314c36a8e2 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 2 Nov 2016 12:56:54 +0200 Subject: Added new products --- gsxws/products.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gsxws/products.py') diff --git a/gsxws/products.py b/gsxws/products.py index 6fa4666..2c2745a 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -26,8 +26,8 @@ class Product(object): """ Something serviceable made by Apple """ - sn = '' #serialNumber - description = '' #configDescription + sn = '' # serialNumber + description = '' # configDescription def __init__(self, sn, **kwargs): if validate(sn, 'alternateDeviceId'): -- cgit v1.2.3