From 3ddf05d512f08fa4f46ae4d5e9f9bc3f3630217d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Thu, 24 Mar 2016 18:04:07 +0100 Subject: Stupid Bugfix... --- 9kwpyqt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '9kwpyqt.py') diff --git a/9kwpyqt.py b/9kwpyqt.py index 9944a28..1381d9b 100755 --- a/9kwpyqt.py +++ b/9kwpyqt.py @@ -58,12 +58,12 @@ class ExtendedQLabel(QLabel): self.captchaType = False self.setPixmap(self.imageR) - def removeImage(self, image): + def removeImage(self): self.image = False self.imageR = False self.imageB = False self.captchaType = False - QLabel.setPixmap(QPixmap()) + self.setPixmap(QPixmap()) def resizeEvent(self, evt=None): QLabel.resizeEvent(self, evt) -- cgit v1.2.3