Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Oct 20, 2016
1 parent efa6bf4 commit a8c9e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtubeup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def tba_results(options):
return blue_data, red_data, mcode

def create_description(options, blue1, blue2, blue3, blueScore, red1, red2, red3, redScore):
if args.ddescription == False:
if options.ddescription == False:
return options.description
credits = """
Expand Down

0 comments on commit a8c9e5a

Please sign in to comment.