fix typo.
This commit is contained in:
parent
015e7ea9a2
commit
127625bdc3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class KinesisResponse(BaseResponse):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_firehose(self):
|
def is_firehose(self):
|
||||||
host = self.headers.get('hose', self.headers['Host'])
|
host = self.headers.get('host', self.headers['Host'])
|
||||||
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