allow upper and lowercase for grid square

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent adff51da2c
commit 93a5388933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ if (choice == '2'):
print("\nNOTE: To set Gpredict location using Grid square, run Gpredict and select Edit/Preferences/Ground Stations")
regex = '[A-Z]+[A-Z]+[0-9]+[0-9]+[a-z]+[a-z]'
regex = '[A-Za-z]+[A-Za-z]+[0-9]+[0-9]+[A-Za-z]+[A-Za-z]'
grid = input("\nType your 6 character character grid square (i.e. FM29ha): ")

Loading…
Cancel
Save

Powered by TurnKey Linux.