Skip to content

Commit 4b01c21

Browse files
authored
Update idf_tools.py
1 parent 276dc31 commit 4b01c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/idf_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ def download(url: str, destination: str) -> Union[None, Exception]:
914914
if url.startswith('https'):
915915
# HTTPS with specific SSL context
916916
req = urllib.request.Request(url, headers={
917-
'User-Agent': 'ESP-IDF-Tools/Tasmota-PlatformIO-1.0'
917+
'User-Agent': 'pioarduino'
918918
})
919919

920920
with urllib.request.urlopen(req, context=ctx, timeout=60) as response:

0 commit comments

Comments
 (0)