[minor] new quote

This commit is contained in:
Rushabh Mehta 2015-11-13 10:39:54 +05:30
parent 2c93d67463
commit 26c54bb4fb

View File

@ -27,6 +27,7 @@ def get_random_quote():
("There is more to life than increasing its speed.", "Mahatma Gandhi"),
("A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.", "Mahatma Gandhi"),
("If two wrongs don't make a right, try three.", "Laurence J. Peter"),
("Inspiration exists, but it has to find you working.", "Pablo Picasso"),
]
return random.choice(quotes)