Merge pull request #161 from Flyer350/patch-11

Update allcall.py
This commit is contained in:
Junzi Sun 2023-12-18 23:02:16 +01:00 committed by GitHub
commit 45ae55d965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,9 +88,9 @@ def capability(msg: str) -> tuple[int, None | str]:
)
elif ca == 7:
text = (
"Downlink Request value is 0, "
"Downlink Request value is not 0, "
"or the Flight Status is 2, 3, 4 or 5, "
"either airborne or on the ground"
"and either airborne or on the ground"
)
else:
text = None