mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Made apikey file, and fixed open error
This commit is contained in:
1
ground_station/resources/core/key
Normal file
1
ground_station/resources/core/key
Normal file
@@ -0,0 +1 @@
|
||||
AIzaSyAFjAWMwQauf2Dy5KteOuT8KexfMjOCIS8
|
||||
@@ -12,7 +12,7 @@ import time
|
||||
#####################################
|
||||
# Constants
|
||||
#####################################
|
||||
fp = open('key', w)
|
||||
fp = open('key', 'w')
|
||||
_KEY = fp.read().rstrip()
|
||||
fp.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user