Compare commits

...

3 commits

Author SHA1 Message Date
81b239c1ea Merge branch 'feature/pullpull'
Merge the pull#1, pullpull feature into main.
2025-01-11 17:18:55 +01:00
a3565a5793 new feature 2025-01-11 17:13:29 +01:00
fb2ad65c0b pull request with custom branch 2025-01-11 17:13:29 +01:00
2 changed files with 10 additions and 0 deletions

View file

@ -1,4 +1,7 @@
# OVH ECO auto order
## pullpull feature
This feature demonstrates the result about can I use the pull requests feature in GIT.
## Purpose of this repo

View file

@ -16,6 +16,13 @@ logging.debug("test project...")
denv = dotenv.load_dotenv("./.env")
'''
Here will coming
a new feature
or no
trying the pull request
'''
user_preferences={}
try:
with open("preferences.json") as ff: