mirror of
https://github.com/danieldemus/deconz_fw_downloader.git
synced 2026-07-28 21:34:21 +02:00
Removed debugging wait time
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ response = json.loads(response.content)
|
||||
|
||||
productlist = response['products']
|
||||
for x in range(len(productlist)):
|
||||
time.sleep(35)
|
||||
time.sleep(5)
|
||||
company = productlist[x].get('id').get('company')
|
||||
product = productlist[x].get('id').get('product')
|
||||
url = 'https://api.update.ledvance.com/v1/zigbee/firmwares/download/%s/%s/latest' % (company, product)
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ response = json.loads(response.content)
|
||||
|
||||
productlist = response['products']
|
||||
for x in range(len(productlist)):
|
||||
time.sleep(35)
|
||||
time.sleep(5)
|
||||
company = productlist[x].get('id').get('company')
|
||||
product = productlist[x].get('id').get('product')
|
||||
url = 'https://api.update.ledvance.com/v1/zigbee/firmwares/download/%s/%s/latest' % (company, product)
|
||||
|
||||
Reference in New Issue
Block a user