mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 09:59:10 +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
|
#Written by Arthur Lu & Jacob Levine
|
||||||
#Notes:
|
#Notes:
|
||||||
#setup:
|
#setup:
|
||||||
|
|
||||||
__version__ = "1.0.4.000"
|
__version__ = "1.0.4.001"
|
||||||
|
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
1.0.4.001:
|
||||||
|
- grammar fixes
|
||||||
1.0.4.000:
|
1.0.4.000:
|
||||||
- actually pushes to firebase
|
- actually pushes to firebase
|
||||||
1.0.3.001:
|
1.0.3.001:
|
||||||
@ -37,6 +39,8 @@ import os
|
|||||||
import glob
|
import glob
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
def titanservice():
|
||||||
|
|
||||||
# Use a service account
|
# Use a service account
|
||||||
cred = credentials.Certificate('keys/firebasekey.json')
|
cred = credentials.Certificate('keys/firebasekey.json')
|
||||||
firebase_admin.initialize_app(cred)
|
firebase_admin.initialize_app(cred)
|
||||||
|
Loading…
Reference in New Issue
Block a user