Changing the endpoint to be caught from an environment variable.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Wingui:
|
||||
ep: str = ""
|
||||
|
||||
def __init__(self):
|
||||
self.ep = "https://localhost:8443"
|
||||
self.ep = os.environ.get("REPLAY_ADDR")
|
||||
|
||||
def __requestget__(self, data: str):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user