mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 09:39:10 +00:00
Update superscript.py
This commit is contained in:
parent
243bbb48b1
commit
c79fb5adb6
@ -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