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()