diff --git a/damastodon.py b/damastodon.py index fb69ccd..33f3e63 100755 --- a/damastodon.py +++ b/damastodon.py @@ -15,8 +15,8 @@ save_position = "/tmp/" CLEANR = re.compile('<.*?>') botname = "@damastodon " -firow = "🔠1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣\n" -colsx = "🇦 🇧 🇨 🇩 🇪 🇫 🇬 🇭 " +firow = " 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣\n" +colsx = "🇦🇧🇨🇩🇪🇫🇬🇭" def cleanHTML(raw): cleanText = re.sub(CLEANR, '',raw)