mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
superscript.py v 0.0.0.009
changes to config.csv
This commit is contained in:
parent
df66d28959
commit
938caa75d1
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
2020ilch
|
||||
balls-blocked, basic_stats
|
||||
balls-collected, basic_stats
|
||||
balls-lower, basic_stats
|
||||
balls-started, basic_stats
|
||||
balls-upper, basic_stats
|
||||
balls-blocked,basic_stats
|
||||
balls-collected,basic_stats
|
||||
balls-lower,basic_stats
|
||||
balls-started,basic_stats
|
||||
balls-upper,basic_stats
|
|
@ -3,10 +3,13 @@
|
||||
# Notes:
|
||||
# setup:
|
||||
|
||||
__version__ = "0.0.0.008"
|
||||
__version__ = "0.0.0.009"
|
||||
|
||||
# changelog should be viewed using print(analysis.__changelog__)
|
||||
__changelog__ = """changelog:
|
||||
0.0.0.009:
|
||||
- tested working
|
||||
- prints out stats for the time being, will push to database later
|
||||
0.0.0.008:
|
||||
- added data import
|
||||
- removed tba import
|
||||
@ -64,6 +67,7 @@ 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):
|
||||
|
Loading…
Reference in New Issue
Block a user