Update main.py
Browse files
main.py
CHANGED
@@ -570,7 +570,7 @@ password = "lodestone"
|
|
570 |
|
571 |
try:
|
572 |
logger.info("Running!\nURL: http://localhost:8000\nUsername: lodestone\nPassword: lodestone\n")
|
573 |
-
ui.queue().launch(inbrowser=True,ssl_verify=False, server_name="0.0.0.0",server_port=
|
574 |
except OSError:
|
575 |
raise OSError(f"Port 8000 is already in use!")
|
576 |
|
|
|
570 |
|
571 |
try:
|
572 |
logger.info("Running!\nURL: http://localhost:8000\nUsername: lodestone\nPassword: lodestone\n")
|
573 |
+
ui.queue().launch(inbrowser=True,ssl_verify=False, server_name="0.0.0.0",server_port=7860, show_api=False, auth=(f'{username}', f'{password}'), share=False, quiet=True, auth_message="Please login with your set username and password. These are not your Minecraft credentials.")
|
574 |
except OSError:
|
575 |
raise OSError(f"Port 8000 is already in use!")
|
576 |
|