This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix construction of the backtrace printer..
[git-p4: depot-paths = "//depot/": change = 867]
v0.3
John-Mark Gurney
18 years ago
parent
e521c874be
commit
e98be0c1b4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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')
Write
Preview
Loading…
Cancel
Save