summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x9kwpyqt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/9kwpyqt.py b/9kwpyqt.py
index 8bd6333..1bb9099 100755
--- a/9kwpyqt.py
+++ b/9kwpyqt.py
@@ -17,8 +17,8 @@ soundfile = "notify.wav"
class CaptchaGUI(QWidget):
sound = False # QSound()
- image = False # QImage()
- imageR = False # QImage() resized
+ image = False # QPixmap()
+ imageR = False # QPixmap() resized
timer = False # QTimer() for 30sec timing
running = False