Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

has_header no such method #13

Open
spath opened this issue Dec 2, 2016 · 0 comments
Open

has_header no such method #13

spath opened this issue Dec 2, 2016 · 0 comments

Comments

@spath
Copy link

spath commented Dec 2, 2016

I coppied ListCommands and made a new class called Queues

pystrix/ami/core.py

like this...
class Queues(_Request):
"""
The "Queues" request returns configuration and statistical information about the existing queues
"""
def init(self):
_Request.init(self, 'Queues')

When I sent this message The response from asterisk causes this code to execute.
if self.has_header(KEY_ACTIONID)

there is no method has_header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant