From 9597cf945a7a085cdfed074af82203b9f359a72a Mon Sep 17 00:00:00 2001 From: oleting Date: Thu, 24 Dec 2020 15:39:46 +0100 Subject: [PATCH] + fun --- gui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.py b/gui/gui.py index 62cc944..69ce038 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -60,7 +60,7 @@ def gui(): break if event == '-DONATE-': - sg.popup_notify(('You donated $'+ str(random.randint(0, 1000000000000000)) + '.') , title='Error') + sg.popup_notify(('You donated $'+ str(random.randint(0, 1000000000000000)) + '.') , title='Thanks') if event == '-OUTPUT FOLDER-': fnames = output(values)