diff --git a/gemhltv_matches b/gemhltv_matches index ded0ddf..97128b9 100755 --- a/gemhltv_matches +++ b/gemhltv_matches @@ -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)