Fixed get_history command in database

This commit is contained in:
Kevin Rode 2021-01-04 02:42:15 -05:00
parent ebd44c6d3c
commit 04f61470fa

View File

@ -323,4 +323,4 @@ def get_history():
c.execute("SELECT * FROM teams")
history_strings = c.fetchall()
conn.close()
return team_strings
return history_strings