summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2024-04-02 14:05:29 -0600
committerLizzy Hunt <lizzy.hunt@usu.edu>2024-04-02 14:05:29 -0600
commit734dcb5d38e1d84ce494a4fcafdd1090651c8e07 (patch)
tree1393cfa7ed5d6bef672cb4ee164aa0cbde112fd5
parenta0805ff3063187734add2400c61ea9a433b2de41 (diff)
downloaddns-updater-734dcb5d38e1d84ce494a4fcafdd1090651c8e07.tar.gz
dns-updater-734dcb5d38e1d84ce494a4fcafdd1090651c8e07.zip
why
-rw-r--r--script.py1
1 files changed, 0 insertions, 1 deletions
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"