Merge branch 'main' into feature/pullpull
This commit is contained in:
commit
107f83bfcb
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
This feature demonstrates the result about can I use the pull requests feature in GIT.
|
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
|
## 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.
|
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.
|
||||||
|
|
1
order.py
1
order.py
|
@ -12,6 +12,7 @@ from fetcher import fetch_catalog
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG)
|
logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG)
|
||||||
|
logging.debug("test project...")
|
||||||
|
|
||||||
denv = dotenv.load_dotenv("./.env")
|
denv = dotenv.load_dotenv("./.env")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue