Skip to content

Commit

Permalink
updated art
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Dec 10, 2014
1 parent b5854e3 commit 1c0d388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def populateVideoArray(videoArr, videoObj, is_live=False):
if videoObj['homeTeam']: homeTeam = videoObj['homeTeam']

# Set up arena pic name (have to do it before 'vs' gets added)
arena = R(ICON)
arena = R(ART)

# Add 'vs' if there is a home and away team
if homeTeam: ligature = ' @ '
Expand Down

0 comments on commit 1c0d388

Please sign in to comment.