Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Ajuste
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipec committed Sep 11, 2022
1 parent 8825dbf commit 0ec18fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tweetrndrss.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -110,4 +110,4 @@

#Fecha o banco de dados
conn.commit()
conn.close()
conn.close()

0 comments on commit 0ec18fa

Please sign in to comment.