remotes/1693045480750635534/spooky-22
Aevann1 2021-12-03 21:49:50 +02:00
parent 9185fe9b5a
commit b68a9bca46
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ def gumroad(v):
if v.email not in emails: return {"error": "Email not found"}, 404
response = response[0]
response = requests.get('https://api.gumroad.com/v2/sales', data=data, timeout=5).json()["sales"][0]
tier = tiers[response["variants_and_quantity"]]
if v.patron == tier: return {"error": f"{patron} rewards already claimed"}, 400