mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
commit
6263734483
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user