Remove pdb.
This commit is contained in:
parent
6785d359d3
commit
d0fe1a0956
@ -19,10 +19,7 @@ class KinesisResponse(BaseResponse):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def is_firehose(self):
|
def is_firehose(self):
|
||||||
try:
|
host = self.headers.get('host') or self.headers['Host']
|
||||||
host = self.headers.get('host') or self.headers['Host']
|
|
||||||
except KeyError:
|
|
||||||
import pdb;pdb.set_trace()
|
|
||||||
return host.startswith('firehose')
|
return host.startswith('firehose')
|
||||||
|
|
||||||
def create_stream(self):
|
def create_stream(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user