From d8ee04b76fbb4881f541d564f0d2ebfa6462acdc Mon Sep 17 00:00:00 2001 From: oloturia <5429234+oloturia@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:40:24 +0200 Subject: [PATCH] fixed first column again --- damastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damastodon.py b/damastodon.py index 33f3e63..92b2a48 100755 --- a/damastodon.py +++ b/damastodon.py @@ -15,7 +15,7 @@ save_position = "/tmp/" CLEANR = re.compile('<.*?>') botname = "@damastodon " -firow = " 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣\n" +firow = "🇻1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣\n" colsx = "🇦🇧🇨🇩🇪🇫🇬🇭" def cleanHTML(raw):