swap 15 and 17m

This commit is contained in:
Harald Klein 2022-11-21 19:00:50 +01:00 committed by GitHub
parent 73f2056a8e
commit 04ddc8559d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,9 +106,9 @@ def band_tostr(band: int) -> str:
elif band == 2:
return "12M"
elif band == 3:
return "17M"
elif band == 4:
return "15M"
elif band == 4:
return "17M"
elif band == 5:
return "20M"
elif band == 6: