mirror of
https://github.com/bistromath/gr-air-modes.git
synced 2026-02-20 02:21:19 +01:00
Replaced "is" with "==" to avoid SyntaxWarning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user