mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SNIClient: add #server= to url for soe/wasm client
This commit is contained in:

committed by
Fabian Dill

parent
22d8b0ef30
commit
f673dfb7cf
@@ -1067,7 +1067,8 @@ async def main():
|
|||||||
logging.info(f"Wrote rom file to {romfile}")
|
logging.info(f"Wrote rom file to {romfile}")
|
||||||
if args.diff_file.endswith(".apsoe"):
|
if args.diff_file.endswith(".apsoe"):
|
||||||
import webbrowser
|
import webbrowser
|
||||||
webbrowser.open("http://www.evermizer.com/apclient/")
|
webbrowser.open("http://www.evermizer.com/apclient/" +
|
||||||
|
(f"#server={meta['server']}" if "server" in meta else ""))
|
||||||
logging.info("Starting Evermizer Client in your Browser...")
|
logging.info("Starting Evermizer Client in your Browser...")
|
||||||
import time
|
import time
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
|
Reference in New Issue
Block a user