PDA

View Full Version : [ViX_Misc] Type in Screens/Standby.py. New variable cretaed - intended one left unchanged.



birdman
19-11-15, 04:15
Not sure of the effect of this, but there's a typo in a variable name in Screens/Standby.py which results in the intended variable being left set to True and a new one created and set to False.

It's on line 248:
def close(self, value):
if self.connected:
self.conntected=False
self.session.nav.record_event.remove(self.getRecor dEvent)That "conntected" should be "connected".

rossi2000
19-11-15, 08:18
thanks dude, will adjust