Disable freegames check cause epicgames is terrible

pull/136/head v2.4.0
Stijn De Clercq 2022-05-26 17:20:56 +02:00 committed by GitHub
parent 90dec2f5e4
commit 2ce32ee8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -37,13 +37,13 @@ def freeGamesCheck(ctx):
link = word.strip() link = word.strip()
break break
if link == "": #if link == "":
return False # return False
request = requests.head(link) #request = requests.head(link)
if request.status_code != 200: #if request.status_code != 200:
return False # return False
return True return len(link) > 0
# Checks if a user can invest/gamble/... [amount] # Checks if a user can invest/gamble/... [amount]