From 10b832c71db3da75ebb1b3aefb5bfccfb35dbdef Mon Sep 17 00:00:00 2001 From: osiu97 Date: Wed, 23 Oct 2019 10:48:46 +0200 Subject: [PATCH] fixed typo --- PVEApi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVEApi.py b/PVEApi.py index 5363c1d..2305e04 100755 --- a/PVEApi.py +++ b/PVEApi.py @@ -76,7 +76,7 @@ class PVEApi(object): try: response = json.load(urllib2.urlopen(self.get_request(url), context=ssl._create_unverified_context())) except Exception as e: - passs + pass resources = response['data'] for machine in resources: name = machine[u'name']