Fixed debug messages?
This commit is contained in:
parent
ad85e92511
commit
14e4b5db6f
|
@ -295,8 +295,7 @@ def search_teams(search_string):
|
|||
c.execute("SELECT team_json_string FROM teams WHERE name LIKE ?",(re.sub('[^A-Za-z0-9 %]+', '', f"%{search_string}%"),))
|
||||
team_json_strings = c.fetchall()
|
||||
conn.close()
|
||||
print('worked')
|
||||
print(team_json_strings)
|
||||
return team_json_strings
|
||||
|
||||
conn.close()
|
||||
return None
|
||||
|
|
Loading…
Reference in New Issue
Block a user