Merge pull request #175 from ekimekim/sheet-updates

sheetsync: Move column indexes to match updated sheet
pull/176/head
Mike Lang 4 years ago committed by GitHub
commit d6dbf5512d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,11 +91,11 @@ class SheetSync(object):
'image_links': 6, 'image_links': 6,
'marked_for_edit': 7, 'marked_for_edit': 7,
'notes': 8, 'notes': 8,
'video_link': 10, 'video_link': 11,
'state': 11, 'state': 12,
'edit_link': 12, 'edit_link': 13,
'error': 13, 'error': 14,
'id': 14, 'id': 15,
} }
# Maps column names to a function that parses that column's value. # Maps column names to a function that parses that column's value.
# Functions take a single arg (the value to parse) and ValueError is # Functions take a single arg (the value to parse) and ValueError is

Loading…
Cancel
Save