Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 03e418d

Browse files
author
Markus Busche
committed
Merge pull request #1 from jovandeginste/bugfix
(serious) bugfix
2 parents 80105f2 + f4edc21 commit 03e418d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rssfeed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def jointext(self):
3434
if self.ShowName == True:
3535
text += "_" + self.Name + '_\n'
3636
if self.ShowTitle == True:
37-
text += '*' + self.NewTitle + + '*\n'
37+
text += '*' + self.NewTitle + '*\n'
3838
if self.ShowDescription == True:
3939
text += self.Description + '\n'
4040
if self.ShowUrl == True:

0 commit comments

Comments
 (0)