Skip to content

Commit

Permalink
Add missing parenthesis to example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 17, 2023
1 parent ed3d0de commit 80b9546
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 @@ -51,7 +51,7 @@ class Query(Method):
SubTitle="This is the subtitle!"
)
self.add_result(r)
return self.return_results
return self.return_results()

plugin.add_method(Query())
plugin.run()
Expand Down

0 comments on commit 80b9546

Please sign in to comment.