Skip to content

Commit

Permalink
fix: corrigindo bug no workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thaleseuflauzino authored Jul 17, 2024
1 parent a242bbd commit 1d91c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/twitter/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def texto_para_imagem(texto, caminho_imagem):
for licitacao in licitacoes:
link_encurtado = encurtar_url(licitacao['link'])
tweet_message = f'{licitacao["titulo"]}\nVisite nosso site: {site}\nMais detalhes: {link_encurtado}'
tweet_message = editar_mensagem(tweet_message)
#tweet_message = editar_mensagem(tweet_message)
mensagens.append((tweet_message, licitacao["descricao"]))

consumer_key = os.getenv('TWITTER_API_KEY')
Expand Down

0 comments on commit 1d91c31

Please sign in to comment.