From 55155214c1712d04a74d1dac6467575f988d60e5 Mon Sep 17 00:00:00 2001 From: Nils Vogels Date: Mon, 28 Apr 2014 23:53:25 +0200 Subject: [PATCH] Fixing typo --- sickbeard/clients/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sickbeard/clients/__init__.py b/sickbeard/clients/__init__.py index ec74b515..23c7fa78 100644 --- a/sickbeard/clients/__init__.py +++ b/sickbeard/clients/__init__.py @@ -60,7 +60,7 @@ http_error_code = { 503: 'Service Unavailable', 504: 'Gateway Timeout', 505: 'HTTP Version Not Supported', - 542: 'Request to host timedout waiting for reply back' + 524: 'Request to host timedout waiting for reply back' } default_host = {'utorrent': 'http://localhost:8000', @@ -83,4 +83,4 @@ def getClientIstance(name): className = module.api.__class__.__name__ return getattr(module, className) - \ No newline at end of file +