aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-03-26 08:55:21 +0100
committerache <ache@ache.one>2019-03-26 08:55:21 +0100
commit2eee51088d07f07ff8a52f06668a2ec4b9ef0155 (patch)
treee828897fe9bcae0adf843568e5c8cb33684ab03b
parentSave a Wallpaper (diff)
Fix Path
-rw-r--r--ovh_reboot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovh_reboot.py b/ovh_reboot.py
index 5ee3fff..2d1ede8 100644
--- a/ovh_reboot.py
+++ b/ovh_reboot.py
@@ -12,7 +12,7 @@ def main():
# Instanciate an OVH Client.
# You can generate new credentials with full access to your account on
# the token creation page
- with open("~/.ovh_auth", "r") as f_file:
+ with open("/home/ache/.ovh_auth", "r") as f_file:
auth = f_file.read().strip().split(';')
client = ovh.Client(
endpoint=auth[0], # Endpoint of API OVH Europe