client-barcode: Increase visibility of commit reminder

This commit is contained in:
Sebastian Pipping 2011-10-13 20:51:47 +02:00
parent 584cd364e5
commit aa204aea02
1 changed files with 1 additions and 1 deletions

View File

@ -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: