attify / Attify-Zigbee-Framework

GUI Framework on top of Killerbee
80 stars 27 forks source link

zbreplay #3

Open nargizaraimova opened 6 years ago

nargizaraimova commented 6 years ago

Hi, I have an issue with zbreplay. The error is: AttributeError: 'QComboBox' object has no attribute 'text' Traceback (most recent call last): File "main.py", line 138, in zbreplay file=self.zbreplayFile.text()

richard-adlava commented 6 years ago

i believe it should be file=self.zbreplayFile.currentText()

Joyoe commented 4 years ago

i believe it should be file=self.zbreplayFile.currentText()

Thx man, it really works!