summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bidding_data_gui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bidding_data_gui.py b/src/bidding_data_gui.py
index c07ff8f..f60cce1 100644
--- a/src/bidding_data_gui.py
+++ b/src/bidding_data_gui.py
@@ -599,8 +599,7 @@ class BiddingGUI(tk.Frame):
% self.warnings())
self.text.master.queue(res.play, 'warning')
else:
- self.__messages.append(self.text.insert, tk.END,
- 'Wszystko wporzo.\n')
+ self.__messages.append('Wszystko wporzo.\n')
self.text.master.queue(res.play, 'success')
self.__message_loop = False
self.__messages_mutex.release()