1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-16 22:57:24 +00:00

moved app in dep

This commit is contained in:
art 2020-03-03 18:48:17 -06:00
parent 1d5c26195b
commit f45773d470
4 changed files with 0 additions and 1 deletions
app/releases
data analysis

@ -67,7 +67,6 @@ def main():
apikey = an.load_csv("keys.txt")[0][0]
data = d.get_data_formatted(apikey, competition)
results = simpleloop(data, config)
#print(data)
print(results)
def load_config(file):