diff options
-rw-r--r-- | session.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |