Read key from file

This commit is contained in:
Chris Pham
2018-01-18 10:53:39 -08:00
parent d1939b5e69
commit 666f522bf5

View File

@@ -12,7 +12,9 @@ import time
##################################### #####################################
# Constants # Constants
##################################### #####################################
_KEY = fp = open('key', w)
_KEY = fp.read().rstrip()
fp.close()
# Number of pixels in half the earth's circumference at zoom = 21 # Number of pixels in half the earth's circumference at zoom = 21
_EARTHPIX = 268435456 _EARTHPIX = 268435456