superscript.py - v 1.0.4.001

changelog:
- grammar fixes
This commit is contained in:
ltcptgeneral 2019-02-26 23:18:26 -06:00
parent a8f3598bbe
commit 57eda3815b
2 changed files with 62 additions and 58 deletions

Binary file not shown.

View File

@ -1,11 +1,13 @@
#Titan Robotics Team 2022: Data Analysis Script
#Titan Robotics Team 2022: Super Script
#Written by Arthur Lu & Jacob Levine
#Notes:
#setup:
__version__ = "1.0.4.000"
__version__ = "1.0.4.001"
__changelog__ = """changelog:
1.0.4.001:
- grammar fixes
1.0.4.000:
- actually pushes to firebase
1.0.3.001:
@ -37,6 +39,8 @@ import os
import glob
import numpy as np
def titanservice():
# Use a service account
cred = credentials.Certificate('keys/firebasekey.json')
firebase_admin.initialize_app(cred)