summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x9kwpyqt.py1
1 files changed, 1 insertions, 0 deletions
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: