pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 662e8c9bdf
commit 42790b2205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ if (choice == '2'):
if re.search(regex, grid): if re.search(regex, grid):
print("grid is valid!") print("grid is valid!")
print mh.to_location(grid) print (mh.to_location(grid))
break break
else: else:
print("grid is not valid!") print("grid is not valid!")

Loading…
Cancel
Save

Powered by TurnKey Linux.