forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-28 22:32:05 +02:00
parent 880757527e
commit 361526679c
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ def monthly(v):
for u in g.db.query(User).filter(User.patron > 0).all():
if u.email and u.email.lower() in emails:
continue
if u.patron == 1: procoins = 2500
elif u.patron == 2: procoins = 5000
elif u.patron == 3: procoins = 10000