mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Send a head instead of get
This commit is contained in:
parent
f052885ae0
commit
9a2313d376
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ def freeGamesCheck(ctx):
|
|||
|
||||
if link == "":
|
||||
return False
|
||||
request = requests.get(link)
|
||||
request = requests.head(link)
|
||||
if request.status_code != 200:
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue