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