Replaced "is" with "==" to avoid SyntaxWarning
This commit is contained in:
parent
a2f2627c54
commit
9dc3367aaf
@ -80,7 +80,7 @@ class output_print:
|
||||
except ADSBError:
|
||||
return
|
||||
|
||||
if msg.data["vs"] is 1:
|
||||
if msg.data["vs"] == 1:
|
||||
retstr += " (aircraft is on the ground)"
|
||||
|
||||
self._print(retstr)
|
||||
|
Loading…
Reference in New Issue
Block a user