Additional changes

This commit is contained in:
Chrisophogus 2016-03-23 20:52:50 +00:00
parent 85e0c6d3cd
commit f783b08b78

View file

@ -2227,15 +2227,15 @@ class WebInterface(object):
'Are you Sarah Connor?', 'Are you Sarah Connor?',
'I\'m a cop you idiot!', 'I\'m a cop you idiot!',
'Come with me if you want to live.', 'Come with me if you want to live.',
'Who is your daddy and what does he do?' 'Who is your daddy and what does he do?',
'Oh, cookies! I can\'t wait to toss them.' 'Oh, cookies! I can\'t wait to toss them.',
'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)