Skip to content

Commit

Permalink
Merge pull request #6 from wilberth/master
Browse files Browse the repository at this point in the history
example code correction
  • Loading branch information
lindsay-stevens authored Sep 22, 2017
2 parents 038156f + 92abd0d commit 366f652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ api = LimeSurvey(url=url, username=username)
api.open(password=password)

# Get a list of surveys the admin can see, and print their IDs.
result = self.api.survey.list_surveys()
result = api.survey.list_surveys()
for survey in result:
print(survey.get("sid"))

Expand Down

0 comments on commit 366f652

Please sign in to comment.