mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-05 14:37:21 +00:00
Update superscript.py
This commit is contained in:
@@ -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():
|
||||
|
||||
|
Reference in New Issue
Block a user