This commit is contained in:
Aevann1 2022-01-24 22:04:23 +02:00
parent 4b34f44792
commit f46846bf9e
8 changed files with 8 additions and 8 deletions

View file

@ -432,7 +432,7 @@ def themecolor(v):
@limiter.limit("1/second;30/minute;200/hour;1000/day")
@auth_required
def gumroad(v):
if SITE_NAME == 'rdrama.net': patron = 'Paypig'
if SITE_NAME == 'Drama': patron = 'Paypig'
else: patron = 'Patron'
if not (v.email and v.is_activated):