mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-10 09:05:48 +02:00
Disable freegames check cause epicgames is terrible
This commit is contained in:
parent
90dec2f5e4
commit
2ce32ee8a3
1 changed files with 6 additions and 6 deletions
|
|
@ -37,13 +37,13 @@ def freeGamesCheck(ctx):
|
|||
link = word.strip()
|
||||
break
|
||||
|
||||
if link == "":
|
||||
return False
|
||||
request = requests.head(link)
|
||||
if request.status_code != 200:
|
||||
return False
|
||||
#if link == "":
|
||||
# return False
|
||||
#request = requests.head(link)
|
||||
#if request.status_code != 200:
|
||||
# return False
|
||||
|
||||
return True
|
||||
return len(link) > 0
|
||||
|
||||
|
||||
# Checks if a user can invest/gamble/... [amount]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue