From a1790c7bea6f3fe6dc09f1902276331b7a1db7b2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 7 Nov 2018 18:55:19 +0100 Subject: [PATCH] Delete secrets file --- secrets.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 secrets.py diff --git a/secrets.py b/secrets.py deleted file mode 100644 index 2e13cba..0000000 --- a/secrets.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python - -# Instanciate an OVH Client. -# You can generate new credentials with full access to your account on -# the token creation page -client = ovh.Client( - endpoint='ovh-eu', # Endpoint of API OVH Europe (List of available endpoints) - application_key='xxxxxxxxxx', # Application Key - application_secret='xxxxxxxxxx', # Application Secret - consumer_key='xxxxxxxxxx', # Consumer Key -) \ No newline at end of file