diff --git a/script.py b/script.py index 17ac6bc..4315de9 100644 --- a/script.py +++ b/script.py @@ -12,7 +12,6 @@ class HatecomputersDNSAdapter: self.endpoint = endpoint self.session = requests.Session() self.headers = {'Authorization': 'Bearer ' + api_key} - self.session = requests.Session() def post_record(self, record): endpoint = self.endpoint + "/dns"