Be less loud
This commit is contained in:
parent
252010544d
commit
15a154b05c
|
@ -44,7 +44,7 @@ def delay(what, seconds):
|
||||||
|
|
||||||
|
|
||||||
def warn_balance():
|
def warn_balance():
|
||||||
print('Kontostrand im Minus, NICHT cool!')
|
print('Kontostrand im Minus, bitte Geld aufladen.')
|
||||||
|
|
||||||
|
|
||||||
def error_page(message):
|
def error_page(message):
|
||||||
|
@ -84,7 +84,7 @@ class Status:
|
||||||
warn_balance()
|
warn_balance()
|
||||||
print()
|
print()
|
||||||
|
|
||||||
print('Committen nicht vergessen!')
|
print('Committen nicht vergessen.')
|
||||||
else:
|
else:
|
||||||
print('Kontostand beträgt: %.2f Euro' % (self.balance))
|
print('Kontostand beträgt: %.2f Euro' % (self.balance))
|
||||||
if self.balance < 0:
|
if self.balance < 0:
|
||||||
|
|
Loading…
Reference in New Issue