client-barcode: Increase visibility of commit reminder
This commit is contained in:
parent
584cd364e5
commit
aa204aea02
|
@ -146,7 +146,7 @@ class Status:
|
||||||
warn_balance()
|
warn_balance()
|
||||||
print()
|
print()
|
||||||
|
|
||||||
print(COLOR_SOME + 'Committen nicht vergessen.' + COLOR_RESET)
|
print(COLOR_MUCH + 'Committen nicht vergessen.' + COLOR_RESET)
|
||||||
else:
|
else:
|
||||||
print('Kontostand beträgt: %s%.2f Euro%s' % (COLOR_MUCH, self.balance, COLOR_RESET))
|
print('Kontostand beträgt: %s%.2f Euro%s' % (COLOR_MUCH, self.balance, COLOR_RESET))
|
||||||
if self.balance < 0:
|
if self.balance < 0:
|
||||||
|
|
Loading…
Reference in New Issue