This commit is contained in:
Aevann1 2021-08-22 23:51:40 +02:00
parent e959726546
commit 5751893620

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,