From 6cf02cae776b06314f32e2527854ad896053341b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 7 Feb 2024 20:03:38 +0100 Subject: [PATCH] Update 'hertzner.py' --- hertzner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hertzner.py b/hertzner.py index c569f78..0e8f31b 100644 --- a/hertzner.py +++ b/hertzner.py @@ -7,7 +7,7 @@ from hcloud._exceptions import APIException from time import sleep -YOUR_API_TOKEN = "qOpoQdAg5VxZVpNONWbLbJO3xgGqSvkjm4kQV9H1RlnDhL2rI2P8CbII3hl2nyYb" +YOUR_API_TOKEN = "" NETWORK_PRIV = "zpzc-s434686-priv-net" NETWORK_TYPE = "server" NETWORK_ZONE = "eu-central"