Update the_prestige.py

added a *single space*
This commit is contained in:
Sakimori 2020-12-26 05:23:01 -05:00 committed by GitHub
parent 38d108e36b
commit da38583463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,7 +517,7 @@ async def team_pages(msg, all_teams, search_term=None):
pages = []
page_max = math.ceil(len(all_teams)/25)
if search_term is not None:
title_text = f"All teams matching\"{search_term}\":"
title_text = f"All teams matching \"{search_term}\":"
else:
title_text = "All Teams"
@ -555,4 +555,4 @@ async def team_pages(msg, all_teams, search_term=None):
client.run(config()["token"])
client.run(config()["token"])