From 0ec18fa35e8c2a91373d7c915e528d78e8b7cb0e Mon Sep 17 00:00:00 2001 From: Luiz Fellipe Carneiro Date: Sun, 11 Sep 2022 08:53:02 -0300 Subject: [PATCH] Ajuste --- tweetrndrss.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tweetrndrss.py b/tweetrndrss.py index 7219ebf..2c6b81c 100755 --- a/tweetrndrss.py +++ b/tweetrndrss.py @@ -85,7 +85,7 @@ #Gera um Tuite com o título e URL do artigo #Generates the Tweet -TweetText = TweetMessage + article[1] +TweetText = TweetMessage # + article[1] TweetText = TweetText[0:TweetSize-len(article[0])] + " " + article[0] print(TweetText) @@ -110,4 +110,4 @@ #Fecha o banco de dados conn.commit() -conn.close() \ No newline at end of file +conn.close()