diff --git a/README.md b/README.md index d0dbaf6..56ca96e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ This feature demonstrates the result about can I use the pull requests feature in GIT. +## 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. diff --git a/order.py b/order.py index 25d5cc9..44b2f31 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")