|  | @@ -66,9 +66,6 @@ class htlogr:
 | 
	
		
			
			| 66 | 66 |          except httplib.BadStatusLine as e:
 | 
	
		
			
			| 67 | 67 |              return_msg = ("httplib does not like this line:\n\n    %s"
 | 
	
		
			
			| 68 | 68 |                            % e.line)
 | 
	
		
			
			| 69 |  | -        except:
 | 
	
		
			
			| 70 |  | -            return_msg = ("something bad happened. We don't know what"
 | 
	
		
			
			| 71 |  | -                          " but we know it's bad")
 | 
	
		
			
			| 72 | 69 |          return return_msg
 | 
	
		
			
			| 73 | 70 |  
 | 
	
		
			
			| 74 | 71 |      def data(self, data, tag=None, i=None):
 |