From 630ed79d04df63a3f8f40b054e3cf8613c324e3c Mon Sep 17 00:00:00 2001 From: theadam Date: Sat, 11 Jan 2025 17:02:36 +0100 Subject: [PATCH 1/2] +purpose of this project --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c9bc4ad..775876e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # OVH ECO auto order +## Purpose of this repo + +Testing only as I'll delete it when I think that I know everything (newer). + ## Purpose of this program OVHcloud changed the ECO line in 2024 September. The new line offers a very insane price-performance ratio so it is easy to know that stocks limited and runs out very fast. From 6ac0b5444ada06918e047a3cd5ea1648781e2a65 Mon Sep 17 00:00:00 2001 From: theadam Date: Sat, 11 Jan 2025 17:06:59 +0100 Subject: [PATCH 2/2] fix in program code --- order.py | 1 + 1 file changed, 1 insertion(+) diff --git a/order.py b/order.py index cbced25..2598e88 100644 --- a/order.py +++ b/order.py @@ -12,6 +12,7 @@ from fetcher import fetch_catalog import threading logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG) +logging.debug("test project...") denv = dotenv.load_dotenv("./.env")