Changing the endpoint to be caught from an environment variable.
This commit is contained in:
@@ -12,7 +12,7 @@ class AntiCaptcha:
|
||||
ep: str = ""
|
||||
|
||||
def __init__(self) -> None:
|
||||
self.ep = "https://localhost:8443"
|
||||
self.ep = os.environ.get("REPLAY_ADDR")
|
||||
|
||||
def __request_json_post__ (self, path: str, object: dict):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user