Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/lib/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def pselect(self, query, args=None):
:param args: arguments to replace the placeholders with
:type args: tuple

:return: dictionary with MySQL column header name
:rtype: dict
:return: list of dictionaries with MySQL column header name
:rtype: list of dict
"""
if self.verbose:
print("\nExecuting query:\n\t" + query + "\n")
Expand Down