From ccae13aabd0710bdfd9ea4dbaca543984c656bea Mon Sep 17 00:00:00 2001 From: theadam Date: Sat, 11 Jan 2025 17:32:32 +0100 Subject: [PATCH] remove pullpull from here --- README.md | 3 --- order.py | 7 ------- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 56ca96e..775876e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ # 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 diff --git a/order.py b/order.py index 44b2f31..2598e88 100644 --- a/order.py +++ b/order.py @@ -16,13 +16,6 @@ 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: