| commit | e41a17a2ec2346e25ff43d2a2aea12460823fad5 | [log] [tgz] |
|---|---|---|
| author | Emma Marsh <[email protected]> | Wed Jul 01 21:28:34 2015 |
| committer | Emma Marsh <[email protected]> | Wed Jul 01 21:28:34 2015 |
| tree | cbf3c5a61f84d579e911a29b29157c13bf58a603 | |
| parent | 0c89554c29076a2f13c735baea8f501762f5481b [diff] |
fixing duped line
diff --git a/appurify/client.py b/appurify/client.py index 3841647..a283968 100644 --- a/appurify/client.py +++ b/appurify/client.py
@@ -103,7 +103,6 @@ for device in data_device_list["response"]: paramListDevices = self.device_type_id.split(',') for d in paramListDevices: - for d in paramListDevices: if int(d) == device["device_type_id"]: reservingDevice = device