From 57fe62f97f0d189d855981fcb71ef9e7d6a8935e Mon Sep 17 00:00:00 2001 From: Sander Date: Fri, 31 May 2013 15:39:12 +0200 Subject: [PATCH] Added an extra newline for formatting. This will make sure reddit shows the URL on a new line. --- shreddit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shreddit b/shreddit index 3dabbcb..737c8dc 100755 --- a/shreddit +++ b/shreddit @@ -10,7 +10,7 @@ from re import sub try: from loremipsum import get_sentence except: - get_sentence = lambda: '''I have been Shreddited for privacy!\nhttps://github.com/x89/Shreddit/''' + get_sentence = lambda: '''I have been Shreddited for privacy!\n\nhttps://github.com/x89/Shreddit/''' parser = argparse.ArgumentParser() parser.add_argument('-c', '--config', help="config file to use instead of shreddit.cfg")