From 5d22291db275667f516255c52fd0f0f37322ed7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sun, 5 Aug 2018 15:01:20 +0200 Subject: Add SoundfileUrgent to default config --- 9kwpyqt.py | 1 + 1 file changed, 1 insertion(+) (limited to '9kwpyqt.py') diff --git a/9kwpyqt.py b/9kwpyqt.py index 618a211..28ff1f7 100755 --- a/9kwpyqt.py +++ b/9kwpyqt.py @@ -335,6 +335,7 @@ class CaptchaGUI(QWidget): defaultconfig['API_KEY'] = '' defaultconfig['Sound'] = 'yes' defaultconfig['Soundfile'] = 'notify.wav' + defaultconfig['SoundfileUrgent'] = 'warning.wav' defaultconfig['Autostart'] = 'no' self.config = configparser.ConfigParser(defaultconfig) try: -- cgit v1.2.3