Skip to content

Commit

Permalink
missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-V committed Feb 26, 2012
1 parent 93b1cfd commit ebe2559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rss.py
Expand Up @@ -158,7 +158,7 @@ def getPrettyOutput(self):
else:
noun = 'videos'

outputString = '{} has posted {} new {}: '.format(self.watchTarget, str(len(titlesChanged)), noun
outputString = '{} has posted {} new {}: '.format(self.watchTarget, str(len(titlesChanged)), noun)

for eachTitle, eachURL, eachDuration in titlesChanged:
formattedURL = eachURL.replace("http://www.youtube.com/v/","http://youtu.be/")
Expand Down

0 comments on commit ebe2559

Please sign in to comment.