From 7ec7d8983ae834422c2f566a639e15cd281b72a9 Mon Sep 17 00:00:00 2001 From: theadam Date: Sat, 11 Jan 2025 15:05:11 +0100 Subject: [PATCH 1/2] pull request with custom branch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c9bc4ad..d0dbaf6 100644 --- a/README.md +++ b/README.md @@ -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 program From c616d0c09c96321244c931b8d8e0d2ee80030f59 Mon Sep 17 00:00:00 2001 From: theadam Date: Sat, 11 Jan 2025 17:07:48 +0100 Subject: [PATCH 2/2] new feature --- order.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/order.py b/order.py index cbced25..25d5cc9 100644 --- a/order.py +++ b/order.py @@ -15,6 +15,13 @@ logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG) 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: