From 07bf3296b8730966d8abd34f6ca42299e2a82d34 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 775876e..56ca96e 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 repo From f7034b115295da44571e37c8e0dc8d1ac019de69 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 2598e88..44b2f31 100644 --- a/order.py +++ b/order.py @@ -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: