Skip to content

Commit

Permalink
revert to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Aug 15, 2024
1 parent 2a434ed commit db1784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def scrape_currency_website(currency_type, venta_index, compra_index):
"venta": f"{venta_value:.2f} ARS",
"promedio": f"{promedio:.2f} ARS",
"spread": f"{venta_value - compra_value:.2f} ARS",
}
}

r.setex(currency_type.lower(), 6000, json.dumps(result))

Expand Down

0 comments on commit db1784f

Please sign in to comment.