1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-05 19:08:02 -05:00

Fixing typo

This commit is contained in:
Nils Vogels 2014-04-28 23:53:25 +02:00
parent 0ec4be65da
commit 55155214c1

View File

@ -60,7 +60,7 @@ http_error_code = {
503: 'Service Unavailable', 503: 'Service Unavailable',
504: 'Gateway Timeout', 504: 'Gateway Timeout',
505: 'HTTP Version Not Supported', 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', default_host = {'utorrent': 'http://localhost:8000',
@ -83,4 +83,4 @@ def getClientIstance(name):
className = module.api.__class__.__name__ className = module.api.__class__.__name__
return getattr(module, className) return getattr(module, className)