diff --git a/mastotuit.py b/mastotuit.py index f75a10b..fdd2fe7 100644 --- a/mastotuit.py +++ b/mastotuit.py @@ -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)