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