Browse Source

fix construction of the backtrace printer..

[git-p4: depot-paths = "//depot/": change = 867]
v0.3
John-Mark Gurney 18 years ago
parent
commit
e98be0c1b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shoutcast.py

+ 1
- 1
shoutcast.py View File

@@ -177,7 +177,7 @@ class ShoutProxy(resource.Resource):
self.fetchingurls = False

def dump_exc(self):
exc = StringIO()
exc = StringIO.StringIO()
traceback.print_exc(file=exc)
exc.seek(0)
self.request.setHeader('content-type', 'text/html')


Loading…
Cancel
Save