Update Arnold Quotes

This commit is contained in:
Vilsol 2016-03-16 16:33:56 +00:00
parent ed8c7c1052
commit c35b79e642

View file

@ -2224,8 +2224,7 @@ class WebInterface(object):
'I need your clothes, your boots and your motorcycle.', 'I need your clothes, your boots and your motorcycle.',
'No, it\'s not a tumor. It\'s not a tumor!', 'No, it\'s not a tumor. It\'s not a tumor!',
'I LIED!', 'I LIED!',
'See you at the party, Richter!', 'Are you Sarah Connor?',
'Are you Sarah Conner?',
'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?'
@ -2250,4 +2249,4 @@ class WebInterface(object):
def check_pms_updater(self): def check_pms_updater(self):
pms_connect = pmsconnect.PmsConnect() pms_connect = pmsconnect.PmsConnect()
result = pms_connect.get_update_staus() result = pms_connect.get_update_staus()
return json.dumps(result) return json.dumps(result)