diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-04-02 14:05:29 -0600 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-04-02 14:05:29 -0600 |
commit | 734dcb5d38e1d84ce494a4fcafdd1090651c8e07 (patch) | |
tree | 1393cfa7ed5d6bef672cb4ee164aa0cbde112fd5 | |
parent | a0805ff3063187734add2400c61ea9a433b2de41 (diff) | |
download | dns-updater-734dcb5d38e1d84ce494a4fcafdd1090651c8e07.tar.gz dns-updater-734dcb5d38e1d84ce494a4fcafdd1090651c8e07.zip |
why
-rw-r--r-- | script.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |