mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
moved app in dep
This commit is contained in:
parent
1d5c26195b
commit
f45773d470
@ -67,7 +67,6 @@ def main():
|
|||||||
apikey = an.load_csv("keys.txt")[0][0]
|
apikey = an.load_csv("keys.txt")[0][0]
|
||||||
data = d.get_data_formatted(apikey, competition)
|
data = d.get_data_formatted(apikey, competition)
|
||||||
results = simpleloop(data, config)
|
results = simpleloop(data, config)
|
||||||
#print(data)
|
|
||||||
print(results)
|
print(results)
|
||||||
|
|
||||||
def load_config(file):
|
def load_config(file):
|
||||||
|
Loading…
Reference in New Issue
Block a user