Browse Source

possible fix for error found during testing.. hard to test as these

errors do not happen often..

[git-p4: depot-paths = "//depot/": change = 1233]
v0.5
John-Mark Gurney 16 years ago
parent
commit
2582ecaefb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shoutcast.py

+ 1
- 1
shoutcast.py View File

@@ -233,7 +233,7 @@ class ShoutProxy(resource.Resource):
def processRequest(self, ign, request):
self.startNextConnection(request)

def errRequest(self, ign, request):
def errRequest(self, failure, request):
request.write(failure.render(self.request))
request.finish()



Loading…
Cancel
Save