mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 09:39:10 +00:00
moved app in dep
This commit is contained in:
parent
938caa75d1
commit
f9b0343aa1
@ -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