mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
A correction and additional Arnold quotes
Correction: True Lies (1994) 'Can you hurry up. My horse is getting tired.' to 'Make it quick because my horse is getting tired.' http://www.imdb.com/title/tt0111503/quotes?item=qt0408883 Additions: Last Action Hero (1993) 'Well, listen to this one: Rubber baby buggy bumpers!' http://www.imdb.com/title/tt0107362/quotes?item=qt1196411 Kindergarten Cop (1990) 'Take your toy back to the carpet!' http://www.imdb.com/title/tt0099938/quotes?item=qt0460013 Kindergarten Cop (1990) 'My name is John Kimble... And I love my car.' http://www.imdb.com/title/tt0099938/quotes?item=qt0460001 Commando (1985) 'I eat Green Berets for breakfast.' http://www.imdb.com/title/tt0088944/quotes?item=qt0402329 Jingle All the Way (1996) 'Put that cookie down. NOW!' http://www.imdb.com/title/tt0116705/quotes?item=qt0266218
This commit is contained in:
parent
fbe136a350
commit
14b0353ba4
1 changed files with 7 additions and 2 deletions
|
@ -4312,13 +4312,18 @@ class WebInterface(object):
|
||||||
'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.',
|
'Make it quick because 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 I\'d kill you last... I lied!',
|
'Remember when I said I\'d 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?',
|
||||||
|
'Well, listen to this one: Rubber baby buggy bumpers!',
|
||||||
|
'Take your toy back to the carpet!',
|
||||||
|
'My name is John Kimble... And I love my car.',
|
||||||
|
'I eat Green Berets for breakfast.',
|
||||||
|
'Put that cookie down! NOW!'
|
||||||
]
|
]
|
||||||
|
|
||||||
random_number = randint(0, len(quote_list) - 1)
|
random_number = randint(0, len(quote_list) - 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue