Be less loud

This commit is contained in:
Sebastian Pipping 2011-10-10 03:52:04 +02:00
父節點 252010544d
當前提交 15a154b05c
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -44,7 +44,7 @@ def delay(what, seconds):
def warn_balance():
print('Kontostrand im Minus, NICHT cool!')
print('Kontostrand im Minus, bitte Geld aufladen.')
def error_page(message):
@ -84,7 +84,7 @@ class Status:
warn_balance()
print()
print('Committen nicht vergessen!')
print('Committen nicht vergessen.')
else:
print('Kontostand beträgt: %.2f Euro' % (self.balance))
if self.balance < 0: