diff --git a/client-barcode/freitagskasse.py b/client-barcode/freitagskasse.py index 0d16bf5..ae4886e 100644 --- a/client-barcode/freitagskasse.py +++ b/client-barcode/freitagskasse.py @@ -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: