#5 Added ability to get a quick overview of all of the product stats on one page.
This commit is contained in:
@ -29,7 +29,7 @@ class StatsController(DatabaseController):
|
||||
cursor = self._conn.execute(
|
||||
"SELECT * FROM Views",
|
||||
)
|
||||
rows = cursor.fetchmany()
|
||||
rows = cursor.fetchall()
|
||||
|
||||
if rows is None:
|
||||
return None
|
||||
|
Reference in New Issue
Block a user