remotes/1693045480750635534/spooky-22
Aevann1 2021-08-22 23:51:40 +02:00
parent a42e50da7a
commit 16a655a518
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ def themecolor(v):
@validate_formkey
def gumroad(v):
if not (v.email and v.is_activated):
return {"error": "You must have to a verified email to verify patron status"}, 400
return {"error": "You must have a verified email to verify patron status and claim awards"}, 400
data = {
'access_token': GUMROAD_TOKEN,