From 85e0c6d3cd21d6bbcc0de60b774d356e59db2353 Mon Sep 17 00:00:00 2001 From: Chrisophogus Date: Wed, 23 Mar 2016 20:14:48 +0000 Subject: [PATCH 1/2] Extra Arnie Added some additional Arnie quotes. --- plexpy/webserve.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plexpy/webserve.py b/plexpy/webserve.py index 6699effb..c54b7d87 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -2228,6 +2228,14 @@ class WebInterface(object): 'I\'m a cop you idiot!', 'Come with me if you want to live.', 'Who is your daddy and what does he do?' + 'Oh, cookies! I can\'t wait to toss them.' + 'Can you hurry up. My horse is getting tired.' + 'What killed the dinosaurs? The Ice Age!' + 'That\'s for sleeping with my wife!' + 'Remember when I said I’d kill you last … I lied!' + 'You want to be a farmer? Here\'s a couple of acres' + 'Now, this is the plan. Get your ass to Mars.' + 'I just had a terrible thought... what if this is a dream?' ] random_number = randint(0, len(quote_list) - 1) From f783b08b7867339d4a60112bcf688e3a178fcdf6 Mon Sep 17 00:00:00 2001 From: Chrisophogus Date: Wed, 23 Mar 2016 20:52:50 +0000 Subject: [PATCH 2/2] Additional changes --- plexpy/webserve.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plexpy/webserve.py b/plexpy/webserve.py index c54b7d87..a2ea8981 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -2227,15 +2227,15 @@ class WebInterface(object): 'Are you Sarah Connor?', 'I\'m a cop you idiot!', 'Come with me if you want to live.', - 'Who is your daddy and what does he do?' - 'Oh, cookies! I can\'t wait to toss them.' - 'Can you hurry up. My horse is getting tired.' - 'What killed the dinosaurs? The Ice Age!' - 'That\'s for sleeping with my wife!' - 'Remember when I said I’d kill you last … I lied!' - 'You want to be a farmer? Here\'s a couple of acres' - 'Now, this is the plan. Get your ass to Mars.' - 'I just had a terrible thought... what if this is a dream?' + 'Who is your daddy and what does he do?', + 'Oh, cookies! I can\'t wait to toss them.', + 'Can you hurry up. My horse is getting tired.', + 'What killed the dinosaurs? The Ice Age!', + 'That\'s for sleeping with my wife!', + 'Remember when I said I’d kill you last … I lied!', + 'You want to be a farmer? Here\'s a couple of acres', + 'Now, this is the plan. Get your ass to Mars.', + 'I just had a terrible thought... what if this is a dream?' ] random_number = randint(0, len(quote_list) - 1)