Unverified Commit f33dfd23 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Don't delete first cert, taken from ESP8266 repo (#1392)

See https://github.com/esp8266/Arduino/pull/8907
parent 7ef00c87
......@@ -47,7 +47,6 @@ for row in csvReader:
if item.startswith("'-----BEGIN CERTIFICATE-----"):
pems.append(item)
del names[0] # Remove headers
del pems[0] # Remove headers
# Try and make ./data, skip if present
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment