diff --git a/web/simaster.py b/web/simaster.py index c4da6dc..d46d5bf 100644 --- a/web/simaster.py +++ b/web/simaster.py @@ -27,7 +27,7 @@ def get_simaster_session(username, password, reuse_session=False): req = ses.post( LOGIN_URL, data={ - "aId": "".join(random.choice(string.hexdigits) for _ in range(16)).lower(), + "aId": "", "username": username, "password": password, },