Compare commits

..

3 commits

Author SHA1 Message Date
107f83bfcb Merge branch 'main' into feature/pullpull 2025-01-11 17:17:54 +01:00
6ac0b5444a fix in program code 2025-01-11 17:06:59 +01:00
630ed79d04 +purpose of this project 2025-01-11 17:02:36 +01:00
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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")