From 50da22a22c1b46147b61b8dd1c0452afbe90b25d Mon Sep 17 00:00:00 2001 From: sose Date: Wed, 7 Apr 2021 09:09:36 +0000 Subject: [PATCH] added preformatting blocks --- gemhltv_matches | 4 ++++ 1 file changed, 4 insertions(+) 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)