mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
Update superscript.py
This commit is contained in:
parent
85d4a29cf2
commit
d62a07a69e
@ -126,6 +126,10 @@ def titanservice():
|
|||||||
|
|
||||||
db.collection(u'stats').document(u'stats-noNN').set(json_out)
|
db.collection(u'stats').document(u'stats-noNN').set(json_out)
|
||||||
|
|
||||||
|
def pulldata():
|
||||||
|
#TODO
|
||||||
|
pass
|
||||||
|
|
||||||
def service():
|
def service():
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
@ -167,7 +171,4 @@ firebase_admin.initialize_app(cred)
|
|||||||
|
|
||||||
db = firestore.client()
|
db = firestore.client()
|
||||||
|
|
||||||
#get all the data
|
|
||||||
|
|
||||||
analysis.generate_data("data/bdata.csv", 100, 5, -10, 10)
|
|
||||||
service() #finally we write something that isn't a function definition
|
service() #finally we write something that isn't a function definition
|
||||||
|
Loading…
Reference in New Issue
Block a user