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

saved search added and tested #5

Open
wants to merge 10 commits into
base: master
from

fixed findsavedsearchnames

  • Loading branch information
mnuyens committed Jun 6, 2012
commit 82c9961b808677b24789f3170574bfb1c8217ab6
@@ -142,7 +142,7 @@ def findsavedsearchnames(self):
query.add_credentials(self.username,self.password)
resp, cont=query.request("http://"+self.subdomain+".loggly.com/api/savedsearches","GET")
content=loads(cont)
names=[for _ in content['name']]
names=[x['name'] for x in content]
return names


ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.