From 3a6b95a9cdbee2e8e2becdae0fe77cee82097d0c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 4 Oct 2020 19:11:17 +0200 Subject: session.py: Update RWA URL to RWA.Support. This might require more work. --- session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3