diff --git a/README.md b/README.md index 56ca96e..d0dbaf6 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ 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 44b2f31..25d5cc9 100644 --- a/order.py +++ b/order.py @@ -12,7 +12,6 @@ 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")