aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.py b/session.py
index 03ae87b..33ae098 100644
--- a/session.py
+++ b/session.py
@@ -162,7 +162,7 @@ class Session:
logging.info(f"The session has pretended that he had created a session.")
self.meta = {}
self.session_id = int(random_digits(10))
- self.web_url = "testhostname:" + random_digits(5) + "/RWA/test/"
+ self.web_url = "testhostname:" + random_digits(5) + "/RWA.Support/test/"
self.api_token = secrets.token_urlsafe(10)
self.pin = int(random_digits(5))