Skip to content

Commit 8e13f3b

Browse files
committed
Update yo-49ers.py
1 parent 329799a commit 8e13f3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

yo-49ers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def get_datetimes_array(ics_file):
1212
Gets an ics Calendar file
1313
Returns a sorted array of the start dates of the events
1414
'''
15-
1615
g = open(ics_file,'rb')
1716
ical = Calendar.from_ical(g.read())
1817
datetimes = []
@@ -48,4 +47,3 @@ def check_if_game_starts_now(games_datetimes, api_token):
4847
the_49ers_games_datetimes = get_datetimes_array('49ers.ics') # got this from http://espn.go.com/nfl/team/schedule/_/name/sf/san-francisco-49ers
4948
the_49ers_gameon_token = 'xxxxxxxxxxxxxxxxxxxx' # this token is generated by contacting us at [email protected] or http://bit.ly/yoapi
5049
check_if_game_starts_now(the_49ers_games_datetimes, the_49ers_gameon_token) # the_49ers_gameon_token sends a Yo as THE49ERSGAMEON
51-

0 commit comments

Comments
 (0)