mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-04 13:53:32 -07:00
Update CommonClient.py
This commit is contained in:
@@ -856,7 +856,7 @@ async def server_loop(ctx: CommonContext, address: typing.Optional[str] = None)
|
||||
|
||||
server_url = urllib.parse.urlparse(address)
|
||||
if server_url.username:
|
||||
ctx.auth = urllib.parse.unquote(server_url.username)
|
||||
ctx.username = urllib.parse.unquote(server_url.username)
|
||||
if server_url.password:
|
||||
ctx.password = urllib.parse.unquote(server_url.password)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user