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
243bbb48b1
commit
c79fb5adb6
@ -126,6 +126,10 @@ def titanservice():
|
||||
|
||||
db.collection(u'stats').document(u'stats-noNN').set(json_out)
|
||||
|
||||
def pulldata():
|
||||
#TODO
|
||||
pass
|
||||
|
||||
def service():
|
||||
|
||||
while True:
|
||||
@ -167,7 +171,4 @@ firebase_admin.initialize_app(cred)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user