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 a4d7be8..f23cea7 100755
--- a/9kwpyqt.py
+++ b/9kwpyqt.py
@@ -166,6 +166,7 @@ class CaptchaGUI(QWidget):
result = pixmap.loadFromData(image)
if result:
self.captchaImage.setImage(pixmap)
+ self.captchaInputLine.setText("")
self.captchaInputLine.setFocus()
if self.soundCheckbox.isChecked():
self.sound.play()