Clean up Arnie quotes

This commit is contained in:
JonnyWong16 2016-03-25 09:16:24 -07:00
parent 5ae89368f1
commit a3f398390c

View file

@ -2232,10 +2232,10 @@ class WebInterface(object):
'Can you hurry up. My horse is getting tired.', 'Can you hurry up. My horse is getting tired.',
'What killed the dinosaurs? The Ice Age!', 'What killed the dinosaurs? The Ice Age!',
'That\'s for sleeping with my wife!', 'That\'s for sleeping with my wife!',
'Remember when I said Id kill you last … I lied!', 'Remember when I said Id kill you last... I lied!',
'You want to be a farmer? Here\'s a couple of acres', 'You want to be a farmer? Here\'s a couple of acres',
'Now, this is the plan. Get your ass to Mars.', 'Now, this is the plan. Get your ass to Mars.',
'I just had a terrible thought... what if this is a dream?' 'I just had a terrible thought... What if this is a dream?'
] ]
random_number = randint(0, len(quote_list) - 1) random_number = randint(0, len(quote_list) - 1)