1
0
Fork 0
mirror of https://gitlab.com/oloturia/damastodon.git synced 2025-01-07 22:17:15 +01:00

fixed first column

This commit is contained in:
oloturia 2021-10-30 17:37:24 +02:00
parent bd8453b351
commit eb03ab8ff6

View file

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