Fix typos in print() strings
This commit is contained in:
parent
e39baf38ed
commit
b90c2e740d
@ -22,7 +22,7 @@ def tell(msg: str) -> None:
|
|||||||
tc = common.typecode(msg)
|
tc = common.typecode(msg)
|
||||||
if 1 <= tc <= 4: # callsign
|
if 1 <= tc <= 4: # callsign
|
||||||
callsign = adsb.callsign(msg)
|
callsign = adsb.callsign(msg)
|
||||||
_print("Type", "Identitification and category")
|
_print("Type", "Identification and category")
|
||||||
_print("Callsign:", callsign)
|
_print("Callsign:", callsign)
|
||||||
|
|
||||||
if 5 <= tc <= 8: # surface position
|
if 5 <= tc <= 8: # surface position
|
||||||
|
@ -7,7 +7,7 @@ try:
|
|||||||
import rtlsdr
|
import rtlsdr
|
||||||
except:
|
except:
|
||||||
print("------------------------------------------------------------------------")
|
print("------------------------------------------------------------------------")
|
||||||
print("! Warining: pyrtlsdr not installed (required for using RTL-SDR devices) ")
|
print("! Warning: pyrtlsdr not installed (required for using RTL-SDR devices) !")
|
||||||
print("------------------------------------------------------------------------")
|
print("------------------------------------------------------------------------")
|
||||||
|
|
||||||
sampling_rate = 2e6
|
sampling_rate = 2e6
|
||||||
|
Loading…
Reference in New Issue
Block a user