Added an extra newline for formatting.

This will make sure reddit shows the URL on a new line.
pull/6/head
Sander 12 years ago
parent 07b6d63e6d
commit 57fe62f97f

@ -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")

Loading…
Cancel
Save