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 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: