mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
superscript.py - v 1.0.4.001
changelog: - grammar fixes
This commit is contained in:
parent
a8f3598bbe
commit
57eda3815b
BIN
data analysis/__pycache__/superscript.cpython-37.pyc
Normal file
BIN
data analysis/__pycache__/superscript.cpython-37.pyc
Normal file
Binary file not shown.
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user