Remove pdb.
This commit is contained in:
parent
6785d359d3
commit
d0fe1a0956
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue