From aa204aea029f35fe153b81b1f7a847b083fd9273 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 13 Oct 2011 20:51:47 +0200 Subject: [PATCH] client-barcode: Increase visibility of commit reminder --- client-barcode/freitagskasse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: