Compare commits
No commits in common. "107f83bfcb03ec2f84c215fe64e0b8719a182950" and "c616d0c09c96321244c931b8d8e0d2ee80030f59" have entirely different histories.
107f83bfcb
...
c616d0c09c
2 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
1
order.py
1
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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue