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