PCM: improve Kippy's inflationary ergonomics.

pull/31/head
Snakes 2022-11-29 17:18:13 -05:00
parent 65236df78a
commit 9fcdd65d38
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ from .front import frontlist
def kippy(v):
if SITE != 'pcmemes.net': abort(404)
kippy = get_account(KIPPY_ID)
kippy.pay_account('marseybux', 10000)
kippy.pay_account('marseybux', 50000)
g.db.add(kippy)
return '10k marseybux printed!'
return '50k marseybux printed!'
@app.get('/admin/loggedin')
@admin_level_required(PERMS['VIEW_ACTIVE_USERS'])