Skip to content

Commit 8cf9b82

Browse files
authored
Change domain for API
1 parent e33a945 commit 8cf9b82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

keyauth.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,9 @@ def log(self, message):
275275
self.__do_request(post_data)
276276

277277
def __do_request(self, post_data):
278-
headers = {"User-Agent": "KeyAuth"}
279278

280279
rq_out = requests.post(
281-
"https://keyauth.com/api/1.0/", data=post_data, headers=headers # local certificate removed, not needed for SSL pinning and less secure than current procedure
280+
"https://keyauth.business/1.0/", data=post_data
282281
)
283282

284283
return rq_out.text

0 commit comments

Comments
 (0)