Separate text and link by one space

This commit is contained in:
spla 2021-09-17 11:53:24 +02:00
pare f6b59b4de8
commit 6817cfdc58
S'han modificat 1 arxius amb 1 adicions i 2 eliminacions

Veure arxiu

@ -163,7 +163,6 @@ if __name__ == '__main__':
conn.close()
###########################################################
if publish == 1:
toot_text = str(title)+'\n'
@ -171,7 +170,7 @@ if __name__ == '__main__':
toot_text = cleanhtml(toot_text)
toot_text = unescape(toot_text)
toot_text += '\n' + str(link) + '\n'
toot_text += ' ' + str(link)
print("Tooting...")
print(toot_text)