Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Remove typo in import_tv_websites_from_csv.py that affects setting fe…
Browse files Browse the repository at this point in the history
…atured items.
  • Loading branch information
ddurst authored and Allen Short committed Mar 1, 2016
1 parent 471e6c6 commit 5796aff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ def set_promo_img(self, instance, row):

def set_featured(self, instance, row):
featuredNum = row.get(
"BD Featured 1-q7 \n"
"BD Featured 1-7 \n"
"(# featured apps 1-7; the remainder, leave blank)")
if featuredNum:
instance.update(tv_featured=abs(int(featuredNum) - 8))
Expand Down

0 comments on commit 5796aff

Please sign in to comment.