Update superscript.py

This commit is contained in:
ltcptgeneral 2019-02-28 09:04:37 -06:00
parent 85d4a29cf2
commit d62a07a69e

View File

@ -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