Skip to content

Commit

Permalink
example code correction
Browse files Browse the repository at this point in the history
  • Loading branch information
wilberth authored Sep 22, 2017
1 parent 038156f commit 92abd0d
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 92abd0d

Please sign in to comment.