diff --git a/bot.py b/bot.py index 424e7ee..a2c5afa 100644 --- a/bot.py +++ b/bot.py @@ -91,7 +91,6 @@ def cleanRSS(str): str = str.replace('The post.*appeared first on Sugoi! Anime Blog.', '') str = str.replace('Der Beitrag.*erschien zuerst auf MAnime.de.', '') str = re.sub('http://www\.serienjunkies.de/.*\.html', '', str) - str = str.replace('\n', '') return str def check_chat(bot, username): @@ -375,4 +374,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()