Missed those tabs when converting to python 3

pull/11/head
David Trail 11 years ago
parent c4cdc61ebb
commit c8eeacbda7

@ -11,7 +11,7 @@ from time import sleep
try:
from loremipsum import get_sentence
except:
except ImportError:
def get_sentence():
return '''I have been Shreddited for privacy!\n\n\
https://github.com/x89/Shreddit/'''

Loading…
Cancel
Save