fix realization

This commit is contained in:
cidoku 2026-05-02 23:25:14 -04:00
parent f0ee7e08c5
commit c2a5039002

View File

@ -2423,7 +2423,7 @@ class GUI(QtGui.QWidget):
def setWhiteFlash(self, on, realizationtype=0, msec=0): def setWhiteFlash(self, on, realizationtype=0, msec=0):
self.whiteFlashLabel.setVisible(on) self.whiteFlashLabel.setVisible(on)
if realizationtype == 1: if realizationtype == 1:
self.playRealization(f) self.playRealization()
if msec: if msec:
self.whiteFlash.start(msec) self.whiteFlash.start(msec)