This commit is contained in:
Lizzy Hunt 2024-04-02 14:05:29 -06:00
parent a0805ff306
commit 734dcb5d38
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
1 changed files with 0 additions and 1 deletions

View File

@ -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"