Skip to content

Commit

Permalink
Eventlink was already there, this change was redundant and likely cou…
Browse files Browse the repository at this point in the history
…ld create other problems.
  • Loading branch information
colodzin committed Dec 10, 2018
1 parent 57fb409 commit c2bb4f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lambda/marchon.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ def get_event_data():
9 Twitter 10 Insta
'''
# keep these fields
# @RobinColodzin 12.9.2018 - Issue #49 Find out more link missing: field name in json is event Link, not motpLink
# Leaving the motpLink as well, adding eventLink
fields = {'name': 0, 'eventDate': 1, 'eventLink': 2, 'location': 3, 'host': 4,
'affiliate': 5, 'contactName': 6, 'contactEmail': 7, 'facebook': 8,
'twitter': 9, 'instagram': 10, 'motpLink': 12, 'eventLink': 12}
'twitter': 9, 'instagram': 10, 'motpLink': 12}
sheet = read_sheet('Sheet1!A1:M', fields, 3, False)

# add default name
Expand Down

0 comments on commit c2bb4f4

Please sign in to comment.