forked from MarseyWorld/MarseyWorld
remove space
parent
eba59884e1
commit
4ec634e39c
|
@ -218,7 +218,7 @@ def award_thing(v, thing_type, id):
|
||||||
if kind == 'shit':
|
if kind == 'shit':
|
||||||
author.charge_account('coins', awarded_coins, should_check_balance=False)
|
author.charge_account('coins', awarded_coins, should_check_balance=False)
|
||||||
v.pay_account('coins', awarded_coins)
|
v.pay_account('coins', awarded_coins)
|
||||||
elif AWARDS[kind]['cosmetic'] and kind not in FISTMAS_AWARDS + HOMOWEEN_AWARDS :
|
elif AWARDS[kind]['cosmetic'] and kind not in FISTMAS_AWARDS + HOMOWEEN_AWARDS:
|
||||||
author.pay_account('coins', awarded_coins)
|
author.pay_account('coins', awarded_coins)
|
||||||
|
|
||||||
if thing_type == 'comment':
|
if thing_type == 'comment':
|
||||||
|
|
Loading…
Reference in New Issue