Skip to content

Commit 686ac4c

Browse files
authored
Add files via upload
1 parent 9ce7e74 commit 686ac4c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pywwwget_chatgpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@ def download_file_from_http_file(url, headers=None, usehttp=__use_http_lib__, ht
23962396
return returnval
23972397
else:
23982398
if(httpmethod == "HEAD"):
2399-
return httpheadersentout
2399+
return httpheaderout
24002400
else:
24012401
return httpfile
24022402

pywwwget_deepseek.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@ def download_file_from_http_file(url, headers=None, usehttp=__use_http_lib__, ht
25112511
return returnval
25122512
else:
25132513
if(httpmethod == "HEAD"):
2514-
return httpheadersentout
2514+
return httpheaderout
25152515
else:
25162516
return httpfile
25172517

pywwwget_merged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2431,7 +2431,7 @@ def download_file_from_http_file(url, headers=None, usehttp=__use_http_lib__, ht
24312431
return returnval
24322432
else:
24332433
if(httpmethod == "HEAD"):
2434-
return httpheadersentout
2434+
return httpheaderout
24352435
else:
24362436
return httpfile
24372437

pywwwget_nextver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2410,7 +2410,7 @@ def download_file_from_http_file(url, headers=None, usehttp=__use_http_lib__, ht
24102410
return returnval
24112411
else:
24122412
if(httpmethod == "HEAD"):
2413-
return httpheadersentout
2413+
return httpheaderout
24142414
else:
24152415
return httpfile
24162416

0 commit comments

Comments
 (0)