Fixed get_history command in database
This commit is contained in:
parent
ebd44c6d3c
commit
04f61470fa
|
@ -323,4 +323,4 @@ def get_history():
|
||||||
c.execute("SELECT * FROM teams")
|
c.execute("SELECT * FROM teams")
|
||||||
history_strings = c.fetchall()
|
history_strings = c.fetchall()
|
||||||
conn.close()
|
conn.close()
|
||||||
return team_strings
|
return history_strings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user