diff --git a/database.py b/database.py index e1881e3..b26f44a 100644 --- a/database.py +++ b/database.py @@ -323,4 +323,4 @@ def get_history(): c.execute("SELECT * FROM teams") history_strings = c.fetchall() conn.close() - return team_strings + return history_strings