diff --git a/ground_station/resources/core/mapping.py b/ground_station/resources/core/mapping.py index cae06d2..8a9531d 100644 --- a/ground_station/resources/core/mapping.py +++ b/ground_station/resources/core/mapping.py @@ -12,7 +12,9 @@ import time ##################################### # Constants ##################################### -_KEY = +fp = open('key', w) +_KEY = fp.read().rstrip() +fp.close() # Number of pixels in half the earth's circumference at zoom = 21 _EARTHPIX = 268435456