From c35b79e6420034e1acd34bf4e355be5c36717286 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Wed, 16 Mar 2016 16:33:56 +0000 Subject: [PATCH] Update Arnold Quotes --- plexpy/webserve.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plexpy/webserve.py b/plexpy/webserve.py index aa1d1427..6699effb 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -2224,8 +2224,7 @@ class WebInterface(object): 'I need your clothes, your boots and your motorcycle.', 'No, it\'s not a tumor. It\'s not a tumor!', 'I LIED!', - 'See you at the party, Richter!', - 'Are you Sarah Conner?', + '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?' @@ -2250,4 +2249,4 @@ class WebInterface(object): def check_pms_updater(self): pms_connect = pmsconnect.PmsConnect() result = pms_connect.get_update_staus() - return json.dumps(result) \ No newline at end of file + return json.dumps(result)