mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Read key from file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user