1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-03-31 08:35:19 +00:00

Update superscript.py

This commit is contained in:
ltcptgeneral 2019-03-20 18:14:32 -05:00
parent d0435a5528
commit 5eaf733651

@ -218,7 +218,7 @@ def pulldata():
with open("data/scores.csv", "w+", newline = '') as file:
writer = csv.writer(file, delimiter = ',')
writer.writerows(scores)
writer.writerows(scores)
def service():