Read key from file

This commit is contained in:
Chris Pham
2018-01-18 10:53:39 -08:00
parent c8c8f857cd
commit a9f36af40d

View File

@@ -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