diff options
-rwxr-xr-x | 9kwpyqt.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |