Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
manrodrigues committed Dec 31, 2023
1 parent 02f15dc commit 2ab2acb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project_scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@

session, vagas_sorteio, disopnivel_venda = check_disponibilidade(temporadas, session, tipo="SORTEIO")

print(disopnivel_compra, disopnivel_venda)

print(f"RESULTADO_COMPRA={disopnivel_compra}")
with open("resultado_compra.env", "w") as f:
f.write(f"RESULTADO={disopnivel_compra}")

0 comments on commit 2ab2acb

Please sign in to comment.