Skip to content

Commit

Permalink
Merge branch 'main' into lna/dev_todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kilerhg committed Sep 6, 2021
2 parents 7d0ff79 + 8ebcf5b commit 68de2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funcoes.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def head(resposta, qtd_resposta=5):
limpo = resposta['items'][:qtd_resposta]
return limpo

def limpa_requisicao_livro(livro):
def limpa_requisicao_livro(livro): # good
dict_livro = {
'titulo' : livro['title'],
'autores' : '; '.join(livro['authors']),
Expand Down

0 comments on commit 68de2d2

Please sign in to comment.