dfs
This commit is contained in:
parent
51eb35034e
commit
8cd182342a
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ def monthly(v):
|
|||
elif u.patron == 3: procoins = 10000
|
||||
elif u.patron == 4: procoins = 25000
|
||||
elif u.patron == 5: procoins = 50000
|
||||
else: print(u.username)
|
||||
u.procoins += procoins
|
||||
g.db.add(u)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue