Skip to content

Commit

Permalink
Update for work with 5b23e2b
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lhotka authored and Daniel Lhotka committed May 14, 2016
1 parent 55899a8 commit 2ab4985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/GoogleSheetWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def save_row(self, csv_type, data_type, data):
if data_type == 'entry':
if csv_type == 'run_logger':
tab = 'Runs'
last_column = 'T'
total = 'V1'
last_column = 'Y'
total = 'AA1'
elif csv_type == 'arena_logger':
tab = 'Arena'
last_column = 'P'
Expand Down

0 comments on commit 2ab4985

Please sign in to comment.