added preformatting blocks

This commit is contained in:
sose 2021-04-07 09:09:36 +00:00
parent 9831e76d69
commit 50da22a22c
1 changed files with 4 additions and 0 deletions

View File

@ -34,7 +34,9 @@ def print_matches(match_list):
star_rating += ")"
else:
stars = ""
print("```")
print("┏━━━━━━━━━━━")
print("```")
print("## {} {}".format(title, star_rating))
if match["maps_won"] != []:
@ -72,7 +74,9 @@ def print_matches(match_list):
)
)
print("🕗 " + start_time)
print("```")
print("┗━━━━━━━━━━━")
print("```")
print("")
matches = json.loads(requests.get("https://illegaldrugs.net/skor").text)