mirror of
https://gitlab.com/oloturia/damastodon.git
synced 2025-01-06 21:47:15 +01:00
fixed first column
This commit is contained in:
parent
bd8453b351
commit
eb03ab8ff6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue